Skip to content

Commit

Permalink
Editorial: avoid using % notation with an alias (#3245)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelficarra authored and ljharb committed Jan 11, 2024
1 parent 7d26449 commit 92d2410
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec.html
Original file line number Diff line number Diff line change
Expand Up @@ -31103,7 +31103,7 @@ <h1>Properties of the _NativeError_ Prototype Objects</h1>

<emu-clause id="sec-nativeerror.prototype.constructor">
<h1>_NativeError_.prototype.constructor</h1>
<p>The initial value of the *"constructor"* property of the prototype for a given _NativeError_ constructor is the corresponding intrinsic object %_NativeError_% (<emu-xref href="#sec-nativeerror-constructors"></emu-xref>).</p>
<p>The initial value of the *"constructor"* property of the prototype for a given _NativeError_ constructor is the constructor itself.</p>
</emu-clause>

<emu-clause id="sec-nativeerror.prototype.message">
Expand Down Expand Up @@ -41743,7 +41743,7 @@ <h1>_TypedArray_.prototype.BYTES_PER_ELEMENT</h1>

<emu-clause id="sec-typedarray.prototype.constructor">
<h1>_TypedArray_.prototype.constructor</h1>
<p>The initial value of a _TypedArray_`.prototype.constructor` is the corresponding %TypedArray% intrinsic object.</p>
<p>The initial value of the *"constructor"* property of the prototype for a given _TypedArray_ constructor is the constructor itself.</p>
</emu-clause>
</emu-clause>

Expand Down

0 comments on commit 92d2410

Please sign in to comment.