Skip to content

Commit 1cf5dbe

Browse files
Trottdanielleadams
authored andcommitted
esm: reconcile JSDoc vs. actual parameter name
PR-URL: #41238 Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]>
1 parent 0c1a79e commit 1cf5dbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/internal/modules/esm/resolve.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,7 @@ function throwImportNotDefined(specifier, packageJSONUrl, base) {
445445
}
446446

447447
/**
448-
* @param {string} specifier
448+
* @param {string} subpath
449449
* @param {URL} packageJSONUrl
450450
* @param {string | URL | undefined} base
451451
*/

0 commit comments

Comments
 (0)