Skip to content

Commit 61bb272

Browse files
committed
fix trusted-replace-argument docs
Squashed commit of the following: commit ddfbc64 Author: Slava Leleka <[email protected]> Date: Thu Aug 14 15:58:13 2025 -0400 fix trusted-replace-argument docs
1 parent c89a8d2 commit 61bb272

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/scriptlets/trusted-replace-argument.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ import { type Source } from './scriptlets';
150150
*
151151
* <!-- markdownlint-enable line-length -->
152152
*
153-
* @added unknown.
153+
* @added v2.2.9.
154154
*/
155155
/* eslint-enable max-len */
156156

wiki/about-trusted-scriptlets.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,7 @@ example.org#%#//scriptlet('trusted-prune-inbound-object', functionName[, propsTo
442442
443443
## <a id="trusted-replace-argument"></a> ⚡️ trusted-replace-argument
444444
445-
> Added in unknown.
445+
> Added in v2.2.9.
446446
447447
Replaces a specific argument of a native method with a constant value, JSON parsed value
448448
or a value derived from a regular expression replacement.

0 commit comments

Comments
 (0)