Skip to content

Commit

Permalink
Editorial: fix two [[FooIteratorNextIndex]] descriptions
Browse files Browse the repository at this point in the history
... that refer to the index of an index
rather than the index of an element.

[Cherry-picked from PR tc39#1623.]
  • Loading branch information
jmdyck committed Nov 15, 2019
1 parent edeeafa commit 40bdfdc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec.html
Original file line number Diff line number Diff line change
Expand Up @@ -30296,7 +30296,7 @@ <h1>Properties of String Iterator Instances</h1>
[[StringIteratorNextIndex]]
</td>
<td>
The integer index of the next string index to be examined by this iteration.
The integer index of the next string element (code unit) to be examined by this iteration.
</td>
</tr>
</tbody>
Expand Down Expand Up @@ -34096,7 +34096,7 @@ <h1>Properties of Array Iterator Instances</h1>
[[ArrayIteratorNextIndex]]
</td>
<td>
The integer index of the next integer index to be examined by this iteration.
The integer index of the next array element to be examined by this iteration.
</td>
</tr>
<tr>
Expand Down

0 comments on commit 40bdfdc

Please sign in to comment.