Skip to content

Commit

Permalink
Editorial: Add Iterator to global object properties
Browse files Browse the repository at this point in the history
This was missed in 961f269.
  • Loading branch information
linusg committed Oct 21, 2024
1 parent 961f269 commit fa55f4e
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 @@ -29698,6 +29698,11 @@ <h1>Int32Array ( . . . )</h1>
<p>See <emu-xref href="#sec-typedarray-constructors"></emu-xref>.</p>
</emu-clause>

<emu-clause id="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 fa55f4e

Please sign in to comment.