Skip to content

Commit

Permalink
Editorial: Fix obviously incorrect failure to propagate argument
Browse files Browse the repository at this point in the history
  • Loading branch information
gibson042 committed Jan 12, 2025
1 parent 8ba1536 commit 9c5ba34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec.emu
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,7 @@ contributors: Mark S. Miller, Richard Gibson
1. Let _newBuffer_ be ? <emu-meta suppress-effects="user-code">AllocateArrayBuffer(_constructor_, _byteLength_, ~immutable~)</emu-meta>.
1. Let _toBlock_ be _newBuffer_.[[ArrayBufferData]].
1. NOTE: This is the only step that can write into the Data Block of an immutable ArrayBuffer.
1. Perform CopyDataBlockBytes(_toBlock_, 0, _fromBlock_, 0, _count_).
1. Perform CopyDataBlockBytes(_toBlock_, 0, _fromBlock_, _fromIndex_, _count_).
1. Return _newBuffer_.
</emu-alg>
<emu-note>
Expand Down

0 comments on commit 9c5ba34

Please sign in to comment.