Skip to content

Commit

Permalink
Fix usage of "new ArrayBuffer" in SHA
Browse files Browse the repository at this point in the history
  • Loading branch information
twiss committed Sep 17, 2024
1 parent ec3de1b commit 4a6e3e8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion spec/Overview.html
Original file line number Diff line number Diff line change
Expand Up @@ -12970,7 +12970,8 @@ <h4>Operations</h4>
</li>
<li>
<p>
Return a new ArrayBuffer containing |result|.
Return the result of [= ArrayBuffer/create | creating =]
an {{ArrayBuffer}} containing |result|.
</p>
</li>
</ol>
Expand Down

0 comments on commit 4a6e3e8

Please sign in to comment.