Skip to content

Commit 9f6d943

Browse files
committed
Editorial: fix assert in ResolveExport
1 parent e936549 commit 9f6d943

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
@@ -28457,7 +28457,7 @@ <h1>
2845728457
1. If _starResolution_ is *null*, then
2845828458
1. Set _starResolution_ to _resolution_.
2845928459
1. Else,
28460-
1. Assert: There is more than one `*` import that includes the requested name.
28460+
1. Assert: There is more than one `*` export that includes the requested name.
2846128461
1. If _resolution_.[[Module]] and _starResolution_.[[Module]] are not the same Module Record, return ~ambiguous~.
2846228462
1. If _resolution_.[[BindingName]] is not _starResolution_.[[BindingName]], return ~ambiguous~.
2846328463
1. Return _starResolution_.

0 commit comments

Comments
 (0)