Skip to content

Commit

Permalink
Fix typo in Storage's key() method
Browse files Browse the repository at this point in the history
  • Loading branch information
ctur committed Oct 22, 2020
1 parent 440fde8 commit 895fd80
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion source
Original file line number Diff line number Diff line change
Expand Up @@ -102677,7 +102677,7 @@ interface <dfn>Storage</dfn> {
<p>The <dfn><code data-x="dom-Storage-key">key(<var>n</var>)</code></dfn> method steps are:</p>

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

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

0 comments on commit 895fd80

Please sign in to comment.