Skip to content

Commit

Permalink
fixup: typo in description
Browse files Browse the repository at this point in the history
  • Loading branch information
bakkot committed Jan 25, 2024
1 parent be7ec12 commit 810e445
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec.html
Original file line number Diff line number Diff line change
Expand Up @@ -7002,7 +7002,7 @@ <h1>
</h1>
<dl class="header">
<dt>description</dt>
<dd>It requests the next value from _iteratorRecord_.[[Iterator]] by calling _iteratorRecord_.[[NextMethod]] and returns either *false* indicating that the iterator has reached its end or the value from the iterator result object if a next value is available.</dd>
<dd>It requests the next value from _iteratorRecord_.[[Iterator]] by calling _iteratorRecord_.[[NextMethod]] and returns either ~done~ indicating that the iterator has reached its end or the value from the IteratorResult object if a next value is available.</dd>
</dl>
<emu-alg>
1. Let _result_ be Completion(IteratorNext(_iteratorRecord_)).
Expand Down

0 comments on commit 810e445

Please sign in to comment.