Skip to content

Commit 8f08328

Browse files
Trotttargos
authored andcommitted
test: correct param name in JSDoc comment
PR-URL: #41241 Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent dae2e5f commit 8f08328

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/common/wpt.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ class ResourceLoader {
5858
* @param {string} from the path of the file loading this resource,
5959
* relative to thw WPT folder.
6060
* @param {string} url the url of the resource being loaded.
61-
* @param {boolean} asPromise if true, return the resource in a
62-
* pseudo-Response object.
61+
* @param {boolean} asFetch if true, return the resource in a
62+
* pseudo-Response object.
6363
*/
6464
read(from, url, asFetch = true) {
6565
const file = this.toRealFilePath(from, url);

0 commit comments

Comments
 (0)