Skip to content

Commit 34f0eb1

Browse files
anbagibson042
andauthored
Update test/built-ins/TypedArray/prototype/slice/speciesctor-return-same-buffer-with-offset.js
Co-authored-by: Richard Gibson <[email protected]>
1 parent fc627a5 commit 34f0eb1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/built-ins/TypedArray/prototype/slice/speciesctor-return-same-buffer-with-offset.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44
/*---
55
esid: sec-%typedarray%.prototype.slice
66
description: >
7-
Species constructor returns a typed array using the same buffer, but with a different byte offset
7+
When species constructs a typed array using the same buffer but with a
8+
different byte offset, slice output reflects element-by-element copying into
9+
that buffer.
810
info: |
911
%TypedArray%.prototype.slice ( start, end )
1012

0 commit comments

Comments
 (0)