Skip to content

Commit 73f8b94

Browse files
committed
1 parent f6d4b4f commit 73f8b94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40692,7 +40692,7 @@ <h1>%TypedArray%.prototype.slice ( _start_, _end_ )</h1>
4069240692
1. Let _srcByteOffset_ be _O_.[[ByteOffset]].
4069340693
1. Let _srcByteIndex_ be (_k_ × _elementSize_) + _srcByteOffset_.
4069440694
1. Let _targetByteIndex_ be _A_.[[ByteOffset]].
40695-
1. Let _limit_ be min(_targetByteIndex_ + _count_ × _elementSize_, len × _elementSize_).
40695+
1. Let _limit_ be _targetByteIndex_ + min(_count_, _len_) × _elementSize_.
4069640696
1. Repeat, while _targetByteIndex_ &lt; _limit_,
4069740697
1. Let _value_ be GetValueFromBuffer(_srcBuffer_, _srcByteIndex_, ~Uint8~, *true*, ~Unordered~).
4069840698
1. Perform SetValueInBuffer(_targetBuffer_, _targetByteIndex_, ~Uint8~, _value_, *true*, ~Unordered~).

0 commit comments

Comments
 (0)