Skip to content

Commit

Permalink
Fix ! -> ? for Set
Browse files Browse the repository at this point in the history
  • Loading branch information
syg committed Apr 4, 2022
1 parent 142b6f6 commit 258386f
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 @@ -39126,7 +39126,7 @@ <h1>
1. Let _Pk_ be ! ToString(𝔽(_k_)).
1. Let _value_ be ? Get(_src_, _Pk_).
1. Let _targetIndex_ be ! ToString(𝔽(_targetOffset_ + _k_)).
1. Perform ! Set(_target_, _targetIndex_, _value_, *true*).
1. Perform ? Set(_target_, _targetIndex_, _value_, *true*).
1. Set _k_ to _k_ + 1.
1. Return ~unused~.
</emu-alg>
Expand Down

0 comments on commit 258386f

Please sign in to comment.