From 4ed97bb513e0a9fa229194e4c25d8332198d56d0 Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Fri, 6 Dec 2024 12:04:21 -0500 Subject: [PATCH] Update JSDoc documenation --- src/js/resources/replace-argument.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/js/resources/replace-argument.js b/src/js/resources/replace-argument.js index f06938b74..c5927d2b9 100644 --- a/src/js/resources/replace-argument.js +++ b/src/js/resources/replace-argument.js @@ -38,7 +38,8 @@ import { validateConstantFn } from './set-constant.js'; * * @param argposRaw * The zero-based position of the argument in the argument list. Use a negative - * number for a position relative to the last argument. + * number for a position relative to the last argument. Use literal `this` to + * replace the value used in `prototype`-based methods. * * @param argraw * The replacement value, validated using the same heuristic as with the