Skip to content

Commit

Permalink
test: add missing JSDoc parameter name
Browse files Browse the repository at this point in the history
PR-URL: #41057
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
  • Loading branch information
Trott committed Dec 5, 2021
1 parent 6dae965 commit 87f1311
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/common/wpt.js
Expand Up @@ -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;
Expand Down

0 comments on commit 87f1311

Please sign in to comment.