Skip to content

Commit

Permalink
Markup: fix SAB toStringTag section ID (#3285)
Browse files Browse the repository at this point in the history
Fixes #3284
  • Loading branch information
ljharb committed Feb 19, 2024
1 parent 80de2f9 commit db0d1ae
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 @@ -43617,7 +43617,7 @@ <h1>SharedArrayBuffer.prototype.slice ( _start_, _end_ )</h1>
</emu-alg>
</emu-clause>

<emu-clause id="sec-sharedarraybuffer.prototype.toString">
<emu-clause oldids="sec-sharedarraybuffer.prototype.toString" id="sec-sharedarraybuffer.prototype-@@tostringtag">
<h1>SharedArrayBuffer.prototype [ @@toStringTag ]</h1>
<p>The initial value of the @@toStringTag property is the String value *"SharedArrayBuffer"*.</p>
<p>This property has the attributes { [[Writable]]: *false*, [[Enumerable]]: *false*, [[Configurable]]: *true* }.</p>
Expand Down

0 comments on commit db0d1ae

Please sign in to comment.