Skip to content

Commit 483f437

Browse files
Be more general than while true.
Co-authored-by: Martin Thomson <[email protected]>
1 parent 0875e30 commit 483f437

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1457,7 +1457,7 @@ Instead, a task should be [[html#queuing-tasks|queued]],
14571457
or they should update as part of [=update the rendering=].
14581458

14591459
<div class="example">
1460-
During a `while (true)`,
1460+
During synchronous execution (such as a `while` loop),
14611461
and after `await`ing an already-resolved `Promise`,
14621462
you *shouldn't* expect things like:
14631463

0 commit comments

Comments
 (0)