Skip to content

Commit

Permalink
test: correct param name in JSDoc comment
Browse files Browse the repository at this point in the history
PR-URL: #41241
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
  • Loading branch information
Trott authored and targos committed Jan 14, 2022
1 parent dae2e5f commit 8f08328
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/common/wpt.js
Expand Up @@ -58,8 +58,8 @@ class ResourceLoader {
* @param {string} from the path of the file loading this resource,
* relative to thw WPT folder.
* @param {string} url the url of the resource being loaded.
* @param {boolean} asPromise if true, return the resource in a
* pseudo-Response object.
* @param {boolean} asFetch if true, return the resource in a
* pseudo-Response object.
*/
read(from, url, asFetch = true) {
const file = this.toRealFilePath(from, url);
Expand Down

0 comments on commit 8f08328

Please sign in to comment.