Skip to content

Commit d21858b

Browse files
committed
fixup! Test a module depending on a non-root node of an async cycle
1 parent 48af056 commit d21858b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/language/module-code/top-level-await/pending-async-dep-from-cycle.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ info: |
2626
"importer of cycle leaf", _requiredModule_ is "cycle leaf (TLA)", and
2727
_requiredModule_.[[CycleRoot]] is "cycle root (TLA)".
2828
The [[Status]] of "cycle leaf (TLA)" and of "cycle root (TLA)" is ~evaluating-async~,
29-
because they have alredy been traversed and they are blocked on the TLA in "cycle leaf (TLA)".
29+
because they have already been traversed and they are blocked on the TLA in "cycle leaf (TLA)".
3030
Thus, their [[AsyncEvaluationOrder]] is an integer, so the _requiredModule_ variable is used
3131
to determine what module "importer of cycle leaf" should wait for.
3232

0 commit comments

Comments
 (0)