Skip to content

Commit e88960d

Browse files
committedApr 3, 2020
doc: esm spec bug
PR-URL: #32610 Reviewed-By: Geoffrey Booth <webmaster@geoffreybooth.com>
1 parent 155a6c3 commit e88960d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎doc/api/esm.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1663,7 +1663,7 @@ The resolver can throw the following errors:
16631663
16641664
**ESM_FORMAT**(_url_)
16651665
1666-
> 1. Assert: _url_ corresponds to an existing file pathname.
1666+
> 1. Assert: _url_ corresponds to an existing file.
16671667
> 1. Let _pjson_ be the result of **READ_PACKAGE_SCOPE**(_url_).
16681668
> 1. If _url_ ends in _".mjs"_, then
16691669
> 1. Return _"module"_.

0 commit comments

Comments
 (0)
Please sign in to comment.