Skip to content

Commit

Permalink
Fix handling of empty iterables
Browse files Browse the repository at this point in the history
  • Loading branch information
twiss committed Jan 6, 2025
1 parent 360fc74 commit f9b4b88
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion spec/Overview.html
Original file line number Diff line number Diff line change
Expand Up @@ -1910,7 +1910,7 @@ <h4>The digest method</h4>
</li>
<li>
<p>
While <code>|iterator|.[[\Done]]</code> is false:
Repeat:
</p>
<ol>
<li>
Expand All @@ -1925,6 +1925,11 @@ <h4>The digest method</h4>
|value| and then terminate these steps.
</p>
</li>
<li>
<p>
If |value| is `DONE`, terminate these steps.
</p>
</li>
<li>
<p>
Let |value| be the result of calling
Expand Down

0 comments on commit f9b4b88

Please sign in to comment.