Skip to content

Commit ba581a9

Browse files
committed
Editorial: add missing suggestion from #3613
1 parent 55276b2 commit ba581a9

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
@@ -27126,7 +27126,7 @@ <h1>Evaluate ( ): a Promise</h1>
2712627126
1. Assert: _module_.[[Status]] is either ~evaluating-async~ or ~evaluated~.
2712727127
1. Assert: _module_.[[EvaluationError]] is ~empty~.
2712827128
1. If _module_.[[Status]] is ~evaluated~, then
27129-
1. Assert: _module_.[[AsyncEvaluationOrder]] is ~unset~ or ~done~.
27129+
1. Assert: _module_.[[AsyncEvaluationOrder]] is either ~unset~ or ~done~.
2713027130
1. NOTE: _module_.[[AsyncEvaluationOrder]] is ~done~ if and only if _module_ had already been evaluated and that evaluation was asynchronous.
2713127131
1. Perform ! Call(_capability_.[[Resolve]], *undefined*, « *undefined* »).
2713227132
1. Assert: _stack_ is empty.

0 commit comments

Comments
 (0)