Skip to content

Commit 29c5b17

Browse files
bakkotljharb
authored andcommitted
Editorial: fix assert in ResolveExport (#3717)
1 parent ad71dc5 commit 29c5b17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28461,7 +28461,7 @@ <h1>
2846128461
1. If _starResolution_ is *null*, then
2846228462
1. Set _starResolution_ to _resolution_.
2846328463
1. Else,
28464-
1. Assert: There is more than one `*` import that includes the requested name.
28464+
1. Assert: There is more than one `*` export that includes the requested name.
2846528465
1. If _resolution_.[[Module]] and _starResolution_.[[Module]] are not the same Module Record, return ~ambiguous~.
2846628466
1. If _resolution_.[[BindingName]] is not _starResolution_.[[BindingName]], return ~ambiguous~.
2846728467
1. Return _starResolution_.

0 commit comments

Comments
 (0)