Skip to content

Commit

Permalink
Editorial: restore accidentally broken old ID from tc39#1908
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb authored and h2oche committed Aug 16, 2020
1 parent bdb41f0 commit bc107c9
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 @@ -38182,7 +38182,7 @@ <h1>The Atomics Object</h1>
<emu-clause id="sec-abstract-operations-for-atomics">
<h1>Abstract Operations for Atomics</h1>

<emu-clause id="sec-validateintegertypedarray" aoid="ValidateIntegerTypedArray" oldid="sec-validatesharedintegertypedarray">
<emu-clause id="sec-validateintegertypedarray" aoid="ValidateIntegerTypedArray" oldids="sec-validatesharedintegertypedarray">
<h1>ValidateIntegerTypedArray ( _typedArray_ [ , _waitable_ ] )</h1>
<p>The abstract operation ValidateIntegerTypedArray takes argument _typedArray_ and optional argument _waitable_ (a Boolean). It performs the following steps when called:</p>
<emu-alg>
Expand Down

0 comments on commit bc107c9

Please sign in to comment.