Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gibson042 committed May 12, 2019
1 parent a0cdf36 commit af74864
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec.html
Original file line number Diff line number Diff line change
Expand Up @@ -31011,7 +31011,7 @@ <h1>AdvanceStringIndex ( _S_, _index_, _unicode_ )</h1>
1. If _unicode_ is *false*, return _index_ + 1.
1. Let _length_ be the number of code units in _S_.
1. If _index_ + 1 &ge; _length_, return _index_ + 1.
1. Let _first_ be the the code unit at index _index_ within _S_.
1. Let _first_ be the code unit at index _index_ within _S_.
1. If _first_ is not a <emu-xref href="#leading-surrogate"></emu-xref>, return _index_ + 1.
1. Let _second_ be the code unit at index _index_ + 1 within _S_.
1. If _second_ is not a <emu-xref href="#trailing-surrogate"></emu-xref>, return _index_ + 1.
Expand Down

0 comments on commit af74864

Please sign in to comment.