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 authored and danielleadams committed Dec 13, 2021
1 parent 6468094 commit 602a820
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/common/wpt.js
Original file line number Diff line number Diff line change
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 602a820

Please sign in to comment.