Skip to content

Commit

Permalink
Be more general than while true.
Browse files Browse the repository at this point in the history
Co-authored-by: Martin Thomson <[email protected]>
  • Loading branch information
jyasskin and martinthomson authored Dec 13, 2024
1 parent 45b4ea4 commit da0caea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -1449,7 +1449,7 @@ Instead, a task should be [[html#queuing-tasks|queued]],
or they should update as part of [=update the rendering=].

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

Expand Down

0 comments on commit da0caea

Please sign in to comment.