Skip to content

Commit

Permalink
Editorial: fix inconsistent phrase "the empty String value" (tc39#2017)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelficarra authored and ljharb committed May 28, 2020
1 parent 3f104be commit 32fe1a6
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 @@ -32884,7 +32884,7 @@ <h1>RegExp.prototype [ @@replace ] ( _string_, _replaceValue_ )</h1>
1. Let _thisIndex_ be ? ToLength(? Get(_rx_, *"lastIndex"*)).
1. Let _nextIndex_ be AdvanceStringIndex(_S_, _thisIndex_, _fullUnicode_).
1. Perform ? Set(_rx_, *"lastIndex"*, _nextIndex_, *true*).
1. Let _accumulatedResult_ be the empty String value.
1. Let _accumulatedResult_ be the empty String.
1. Let _nextSourcePosition_ be 0.
1. For each _result_ in _results_, do
1. Let _nCaptures_ be ? LengthOfArrayLike(_result_).
Expand Down

0 comments on commit 32fe1a6

Please sign in to comment.