Skip to content

Commit 895fd80

Browse files
authored
Fix typo in Storage's key() method
1 parent 440fde8 commit 895fd80

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

source

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102677,7 +102677,7 @@ interface <dfn>Storage</dfn> {
102677102677
<p>The <dfn><code data-x="dom-Storage-key">key(<var>n</var>)</code></dfn> method steps are:</p>
102678102678

102679102679
<ol>
102680-
<li><p>If <var>n</var> is greather than or equal to <span>this</span>'s <span
102680+
<li><p>If <var>n</var> is greater than or equal to <span>this</span>'s <span
102681102681
data-x="concept-Storage-map">map</span>'s <span data-x="map size">size</span>, then return
102682102682
null.</p></li>
102683102683

@@ -124643,6 +124643,7 @@ INSERT INTERFACES HERE
124643124643
Casey Leask,
124644124644
Cătălin Badea,
124645124645
C&#x103;t&#x103;lin Mari&#x219;,
124646+
Cem Turesoy, <!-- ctur on GitHub -->
124646124647
ceving, <!-- GitHub -->
124647124648
Chao Cai,
124648124649
&#xc724;&#xc11d;&#xcc2c; (Channy Yun),

0 commit comments

Comments
 (0)