Skip to content

Commit

Permalink
Missed underscores
Browse files Browse the repository at this point in the history
  • Loading branch information
syg committed Apr 4, 2022
1 parent 7b94ca3 commit 142b6f6
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 @@ -39125,7 +39125,7 @@ <h1>
1. Repeat, while _k_ &lt; _srcLength_,
1. Let _Pk_ be ! ToString(𝔽(_k_)).
1. Let _value_ be ? Get(_src_, _Pk_).
1. Let _targetIndex_ be ! ToString(𝔽(_targetOffset_ + k)).
1. Let _targetIndex_ be ! ToString(𝔽(_targetOffset_ + _k_)).
1. Perform ! Set(_target_, _targetIndex_, _value_, *true*).
1. Set _k_ to _k_ + 1.
1. Return ~unused~.
Expand Down

0 comments on commit 142b6f6

Please sign in to comment.