Skip to content

Commit

Permalink
Editorial: Add Iterator to global object properties (#3456)
Browse files Browse the repository at this point in the history
This was missed in 961f269.
  • Loading branch information
linusg authored and ljharb committed Oct 24, 2024
1 parent 4a0ad6b commit 574f475
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions spec.html
Original file line number Diff line number Diff line change
Expand Up @@ -29700,6 +29700,11 @@ <h1>Int32Array ( . . . )</h1>
<p>See <emu-xref href="#sec-typedarray-constructors"></emu-xref>.</p>
</emu-clause>

<emu-clause id="sec-constructor-properties-of-the-global-object-iterator">
<h1>Iterator ( . . . )</h1>
<p>See <emu-xref href="#sec-iterator-constructor"></emu-xref>.</p>
</emu-clause>

<emu-clause id="sec-map">
<h1>Map ( . . . )</h1>
<p>See <emu-xref href="#sec-map-constructor"></emu-xref>.</p>
Expand Down

0 comments on commit 574f475

Please sign in to comment.