Skip to content

Commit 533b0ea

Browse files
stray comma
1 parent 0ceef6f commit 533b0ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42262,7 +42262,7 @@ <h1>Properties of Map Instances</h1>
4226242262

4226342263
<emu-clause id="sec-map-iterator-objects">
4226442264
<h1>Map Iterator Objects</h1>
42265-
<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>
42265+
<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>
4226642266

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

0 commit comments

Comments
 (0)