Skip to content

Commit 75b9cef

Browse files
Fix
1 parent 02a710f commit 75b9cef

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
@@ -27110,7 +27110,7 @@ <h1>Evaluate ( ): a Promise</h1>
2711027110
1. If _module_.[[CycleRoot]] is not ~empty~, then
2711127111
1. Set _module_ to _module_.[[CycleRoot]].
2711227112
1. Else,
27113-
1. Assert: _module_.[[Status]] is ~evaluated~ and _module_.[[EvaluationError]] is a throw completion ~empty~.
27113+
1. Assert: _module_.[[Status]] is ~evaluated~ and _module_.[[EvaluationError]] is a throw completion.
2711427114
1. If _module_.[[TopLevelCapability]] is not ~empty~, then
2711527115
1. Return _module_.[[TopLevelCapability]].[[Promise]].
2711627116
1. Let _stack_ be a new empty List.

0 commit comments

Comments
 (0)