Skip to content

Commit a918d26

Browse files
domenicannevk
authored andcommitted
Fix getter name for maplike/setlike size
1 parent 7e9e8e4 commit a918d26

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12754,7 +12754,7 @@ with the following characteristics:
1275412754

1275512755
The value of the [=function object=]'s <code class="idl">length</code> property is the Number value <emu-val>0</emu-val>.
1275612756

12757-
The value of the [=function object=]'s <code class="idl">name</code> property is the String value "<code>size</code>".
12757+
The value of the [=function object=]'s <code class="idl">name</code> property is the String value "<code>get size</code>".
1275812758

1275912759

1276012760
<h5 id="es-map-iterator" oldids="es-iterator, es-iterators">@@iterator</h5>
@@ -13064,7 +13064,7 @@ with the following characteristics:
1306413064

1306513065
The value of the [=function object=]'s <code class="idl">length</code> property is the Number value <emu-val>0</emu-val>.
1306613066

13067-
The value of the [=function object=]'s <code class="idl">name</code> property is the String value "<code>size</code>".
13067+
The value of the [=function object=]'s <code class="idl">name</code> property is the String value "<code>get size</code>".
1306813068

1306913069

1307013070
<h5 id="es-set-iterator">@@iterator</h5>

0 commit comments

Comments
 (0)