Skip to content

Commit

Permalink
Remove incorrect 'optional'
Browse files Browse the repository at this point in the history
  • Loading branch information
syg committed May 25, 2021
1 parent 100ee58 commit f931795
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec.html
Original file line number Diff line number Diff line change
Expand Up @@ -36413,7 +36413,7 @@ <h1>The SharedArrayBuffer Constructor</h1>

<emu-clause id="sec-sharedarraybuffer-length">
<h1>SharedArrayBuffer ( _length_ )</h1>
<p>When the `SharedArrayBuffer` function is called with optional argument _length_, the following steps are taken:</p>
<p>When the `SharedArrayBuffer` function is called with argument _length_, the following steps are taken:</p>
<emu-alg>
1. If NewTarget is *undefined*, throw a *TypeError* exception.
1. Let _byteLength_ be ? ToIndex(_length_).
Expand Down

0 comments on commit f931795

Please sign in to comment.