diff --git a/src/scriptlets/trusted-replace-argument.ts b/src/scriptlets/trusted-replace-argument.ts index 97d95dd1..3b29721b 100644 --- a/src/scriptlets/trusted-replace-argument.ts +++ b/src/scriptlets/trusted-replace-argument.ts @@ -28,7 +28,7 @@ import { type Source } from './scriptlets'; * @trustedScriptlet trusted-replace-argument * * @description - * Replaces a specific argument of a native method with a constant value, JSON parsed value + * Replaces a specific argument of a native method with a constant value, JSON parsed value, * or a value derived from a regular expression replacement. * * Related UBO scriptlet: diff --git a/wiki/about-trusted-scriptlets.md b/wiki/about-trusted-scriptlets.md index f427994d..1e618149 100644 --- a/wiki/about-trusted-scriptlets.md +++ b/wiki/about-trusted-scriptlets.md @@ -1140,7 +1140,7 @@ example.org#%#//scriptlet('trusted-prune-inbound-object', functionName[, propsTo > Added in v2.2.9. -Replaces a specific argument of a native method with a constant value, JSON parsed value +Replaces a specific argument of a native method with a constant value, JSON parsed value, or a value derived from a regular expression replacement. Related UBO scriptlet: