From ce656a80b572b43798917ec628e3188796486699 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Thu, 2 Dec 2021 00:00:53 -0800 Subject: [PATCH] test: add missing JSDoc parameter name MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/nodejs/node/pull/41057 Reviewed-By: Michaƫl Zasso Reviewed-By: James M Snell Reviewed-By: Ruben Bridgewater --- test/common/wpt.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;