File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -360,7 +360,7 @@ contributors: Mark S. Miller, Richard Gibson
360360 1. Let _A_ be ? TypedArraySpeciesCreate(_O_, « 𝔽(_captured_) »<ins>, ~write~</ins>).
361361 1. Let _n_ be 0.
362362 1. For each element _e_ of _kept_, do
363- 1. Perform <del>!</del><ins>?</ins> Set(_A_, ! ToString(𝔽(_n_)), _e_, *true*).
363+ 1. Perform ! Set(_A_, ! ToString(𝔽(_n_)), _e_, *true*).
364364 1. Set _n_ to _n_ + 1.
365365 1. Return _A_.
366366 </emu-alg>
@@ -479,7 +479,7 @@ contributors: Mark S. Miller, Richard Gibson
479479 1. Repeat, while _k_ < _endIndex_,
480480 1. Let _Pk_ be ! ToString(𝔽(_k_)).
481481 1. Let _kValue_ be ! Get(_O_, _Pk_).
482- 1. Perform <del>!</del><ins>?</ins> Set(_A_, ! ToString(𝔽(_n_)), _kValue_, *true*).
482+ 1. Perform ! Set(_A_, ! ToString(𝔽(_n_)), _kValue_, *true*).
483483 1. Set _k_ to _k_ + 1.
484484 1. Set _n_ to _n_ + 1.
485485 1. Return _A_.
You can’t perform that action at this time.
0 commit comments