Skip to content

Commit 393797a

Browse files
Fix
1 parent 14a9be1 commit 393797a

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
@@ -27202,7 +27202,7 @@ <h1>Evaluate ( ): a Promise</h1>
2720227202
1. If _module_.[[CycleRoot]] is not ~empty~, then
2720327203
1. Set _module_ to _module_.[[CycleRoot]].
2720427204
1. Else,
27205-
1. Assert: _module_.[[Status]] is ~evaluated~ and _module_.[[EvaluationError]] is a throw completion ~empty~.
27205+
1. Assert: _module_.[[Status]] is ~evaluated~ and _module_.[[EvaluationError]] is a throw completion.
2720627206
1. If _module_.[[TopLevelCapability]] is not ~empty~, then
2720727207
1. Return _module_.[[TopLevelCapability]].[[Promise]].
2720827208
1. Let _stack_ be a new empty List.

0 commit comments

Comments
 (0)