From d8ed2c28663017ea94fbc5eb68b000647431c8ee Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Thu, 2 Oct 2025 12:30:06 -0400 Subject: [PATCH] Update in-source code documentation --- src/js/resources/replace-argument.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/js/resources/replace-argument.js b/src/js/resources/replace-argument.js index a581aba09..62867cbf2 100644 --- a/src/js/resources/replace-argument.js +++ b/src/js/resources/replace-argument.js @@ -48,6 +48,8 @@ import { validateConstantFn } from './set-constant.js'; * json-parsed string after `json:`. * If the replacement value matches `repl:/.../.../`, the target argument will * be replaced according the regex-replacement directive following `repl:` + * If the replacement value matches `add:number`, number will be added to the + * target argument. * * @param [, condition, pattern] * Optional. The replacement will occur only when pattern matches the target