From cb9a91d43cfe49f928dad3218d84243d885bb9cc Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Thu, 1 Jun 2023 08:56:42 -0400 Subject: [PATCH] Fix comment --- src/js/scriptlet-filtering.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/js/scriptlet-filtering.js b/src/js/scriptlet-filtering.js index aab6c8118..267392e17 100644 --- a/src/js/scriptlet-filtering.js +++ b/src/js/scriptlet-filtering.js @@ -147,7 +147,7 @@ const isolatedWorldInjector = (( ) => { // Manually substitute noop function with scriptlet wrapper // function, so as to not suffer instances of special // replacement characters `$`,`\` when using String.replace() - // with in scriptlet code. + // with scriptlet code. const match = /function\(\)\{\}/.exec(code); return code.slice(0, match.index) + scriptlets +