Skip to content

Commit

Permalink
Fix ! -> ? for Set
Browse files Browse the repository at this point in the history
  • Loading branch information
syg committed Feb 1, 2022
1 parent c870a6a commit e26d3b4
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 @@ -38828,7 +38828,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.
</emu-alg>
</emu-clause>
Expand Down

0 comments on commit e26d3b4

Please sign in to comment.