Skip to content

Commit ce656a8

Browse files
Trottdanielleadams
authored andcommitted
test: add missing JSDoc parameter name
PR-URL: #41057 Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]>
1 parent 78265e0 commit ce656a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/common/wpt.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ class WPTRunner {
323323

324324
/**
325325
* Set the scripts modifier for each script.
326-
* @param {(meta: { code: string, filename: string }) => void}
326+
* @param {(meta: { code: string, filename: string }) => void} modifier
327327
*/
328328
setScriptModifier(modifier) {
329329
this.scriptsModifier = modifier;

0 commit comments

Comments
 (0)