Skip to content

Commit 9c5ba34

Browse files
committed
Editorial: Fix obviously incorrect failure to propagate argument
1 parent 8ba1536 commit 9c5ba34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec.emu

+1-1
Original file line numberDiff line numberDiff line change
@@ -491,7 +491,7 @@ contributors: Mark S. Miller, Richard Gibson
491491
1. Let _newBuffer_ be ? <emu-meta suppress-effects="user-code">AllocateArrayBuffer(_constructor_, _byteLength_, ~immutable~)</emu-meta>.
492492
1. Let _toBlock_ be _newBuffer_.[[ArrayBufferData]].
493493
1. NOTE: This is the only step that can write into the Data Block of an immutable ArrayBuffer.
494-
1. Perform CopyDataBlockBytes(_toBlock_, 0, _fromBlock_, 0, _count_).
494+
1. Perform CopyDataBlockBytes(_toBlock_, 0, _fromBlock_, _fromIndex_, _count_).
495495
1. Return _newBuffer_.
496496
</emu-alg>
497497
<emu-note>

0 commit comments

Comments
 (0)