Skip to content

Commit

Permalink
stray comma
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelficarra committed Oct 22, 2024
1 parent f421a76 commit 6c13427
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 @@ -42262,7 +42262,7 @@ <h1>Properties of Map Instances</h1>

<emu-clause id="sec-map-iterator-objects">
<h1>Map Iterator Objects</h1>
<p>A <dfn variants="Map iterators,Map Iterator object,Map Iterator objects">Map iterator</dfn> is an object, that represents a specific iteration over some specific Map instance object. There is not a named constructor for Map Iterator objects. Instead, map iterator objects are created by calling certain methods of Map instance objects.</p>
<p>A <dfn variants="Map iterators,Map Iterator object,Map Iterator objects">Map iterator</dfn> is an object that represents a specific iteration over some specific Map instance object. There is not a named constructor for Map Iterator objects. Instead, map iterator objects are created by calling certain methods of Map instance objects.</p>

<emu-clause id="sec-createmapiterator" type="abstract operation" oldids="sec-properties-of-map-iterator-instances,table-50,table-internal-slots-of-map-iterator-instances">
<h1>
Expand Down

0 comments on commit 6c13427

Please sign in to comment.