Skip to content

Commit

Permalink
Fix Iterator prototype reference
Browse files Browse the repository at this point in the history
  • Loading branch information
domenic committed Oct 29, 2024
1 parent 4381866 commit 33c2eec
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 @@ -12528,7 +12528,7 @@ prototype for [=default iterator objects=]
for the interface.

The \[[Prototype]] [=/internal slot=] of an [=iterator prototype object=]
must be {{%IteratorPrototype%}}.
must be {{%Iterator.prototype%}}.

<div algorithm>
The <dfn>iterator result</dfn> for a [=value pair=] |pair| and a kind |kind| is given by the
Expand Down

0 comments on commit 33c2eec

Please sign in to comment.