diff --git a/test/common/wpt.js b/test/common/wpt.js index bc6e66d75a4278..b0536f0bcc8a71 100644 --- a/test/common/wpt.js +++ b/test/common/wpt.js @@ -323,7 +323,7 @@ class WPTRunner { /** * Set the scripts modifier for each script. - * @param {(meta: { code: string, filename: string }) => void} + * @param {(meta: { code: string, filename: string }) => void} modifier */ setScriptModifier(modifier) { this.scriptsModifier = modifier;