Skip to content

Commit

Permalink
Editorial: Use consistent language to reference intrinsic constructors (
Browse files Browse the repository at this point in the history
  • Loading branch information
gibson042 authored and ljharb committed Sep 22, 2021
1 parent e5100bb commit 51f182e
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 @@ -38377,7 +38377,7 @@ <h1>get %TypedArray%.prototype.byteOffset</h1>

<emu-clause id="sec-%typedarray%.prototype.constructor">
<h1>%TypedArray%.prototype.constructor</h1>
<p>The initial value of %TypedArray%`.prototype.constructor` is the %TypedArray% intrinsic object.</p>
<p>The initial value of %TypedArray%`.prototype.constructor` is %TypedArray%.</p>
</emu-clause>

<emu-clause id="sec-%typedarray%.prototype.copywithin">
Expand Down Expand Up @@ -40302,7 +40302,7 @@ <h1>WeakSet.prototype.add ( _value_ )</h1>

<emu-clause id="sec-weakset.prototype.constructor">
<h1>WeakSet.prototype.constructor</h1>
<p>The initial value of `WeakSet.prototype.constructor` is the %WeakSet% intrinsic object.</p>
<p>The initial value of `WeakSet.prototype.constructor` is %WeakSet%.</p>
</emu-clause>

<emu-clause id="sec-weakset.prototype.delete">
Expand Down

0 comments on commit 51f182e

Please sign in to comment.