Skip to content

Commit 7f97b40

Browse files
anbaljharb
authored andcommitted
Editorial: Add "object" to allow linking to the prototype object (#3642)
1 parent bc27c7d commit 7f97b40

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

spec.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43246,7 +43246,7 @@ <h1>Map.prototype [ %Symbol.toStringTag% ]</h1>
4324643246

4324743247
<emu-clause id="sec-properties-of-map-instances">
4324843248
<h1>Properties of Map Instances</h1>
43249-
<p>Map instances are ordinary objects that inherit properties from the Map prototype. Map instances also have a [[MapData]] internal slot.</p>
43249+
<p>Map instances are ordinary objects that inherit properties from the Map prototype object. Map instances also have a [[MapData]] internal slot.</p>
4325043250
</emu-clause>
4325143251

4325243252
<emu-clause id="sec-map-iterator-objects">
@@ -43878,7 +43878,7 @@ <h1>Set.prototype [ %Symbol.toStringTag% ]</h1>
4387843878

4387943879
<emu-clause id="sec-properties-of-set-instances">
4388043880
<h1>Properties of Set Instances</h1>
43881-
<p>Set instances are ordinary objects that inherit properties from the Set prototype. Set instances also have a [[SetData]] internal slot.</p>
43881+
<p>Set instances are ordinary objects that inherit properties from the Set prototype object. Set instances also have a [[SetData]] internal slot.</p>
4388243882
</emu-clause>
4388343883

4388443884
<emu-clause id="sec-set-iterator-objects">
@@ -44086,7 +44086,7 @@ <h1>WeakMap.prototype [ %Symbol.toStringTag% ]</h1>
4408644086

4408744087
<emu-clause id="sec-properties-of-weakmap-instances">
4408844088
<h1>Properties of WeakMap Instances</h1>
44089-
<p>WeakMap instances are ordinary objects that inherit properties from the WeakMap prototype. WeakMap instances also have a [[WeakMapData]] internal slot.</p>
44089+
<p>WeakMap instances are ordinary objects that inherit properties from the WeakMap prototype object. WeakMap instances also have a [[WeakMapData]] internal slot.</p>
4409044090
</emu-clause>
4409144091
</emu-clause>
4409244092

@@ -44215,7 +44215,7 @@ <h1>WeakSet.prototype [ %Symbol.toStringTag% ]</h1>
4421544215

4421644216
<emu-clause id="sec-properties-of-weakset-instances">
4421744217
<h1>Properties of WeakSet Instances</h1>
44218-
<p>WeakSet instances are ordinary objects that inherit properties from the WeakSet prototype. WeakSet instances also have a [[WeakSetData]] internal slot.</p>
44218+
<p>WeakSet instances are ordinary objects that inherit properties from the WeakSet prototype object. WeakSet instances also have a [[WeakSetData]] internal slot.</p>
4421944219
</emu-clause>
4422044220
</emu-clause>
4422144221

@@ -47227,7 +47227,7 @@ <h1>
4722747227

4722847228
<emu-clause id="sec-properties-of-weak-ref-instances">
4722947229
<h1>Properties of WeakRef Instances</h1>
47230-
<p>WeakRef instances are ordinary objects that inherit properties from the WeakRef prototype. WeakRef instances also have a [[WeakRefTarget]] internal slot.</p>
47230+
<p>WeakRef instances are ordinary objects that inherit properties from the WeakRef prototype object. WeakRef instances also have a [[WeakRefTarget]] internal slot.</p>
4723147231
</emu-clause>
4723247232
</emu-clause>
4723347233

@@ -47352,7 +47352,7 @@ <h1>FinalizationRegistry.prototype [ %Symbol.toStringTag% ]</h1>
4735247352

4735347353
<emu-clause id="sec-properties-of-finalization-registry-instances">
4735447354
<h1>Properties of FinalizationRegistry Instances</h1>
47355-
<p>FinalizationRegistry instances are ordinary objects that inherit properties from the FinalizationRegistry prototype. FinalizationRegistry instances also have [[Cells]] and [[CleanupCallback]] internal slots.</p>
47355+
<p>FinalizationRegistry instances are ordinary objects that inherit properties from the FinalizationRegistry prototype object. FinalizationRegistry instances also have [[Cells]] and [[CleanupCallback]] internal slots.</p>
4735647356
</emu-clause>
4735747357
</emu-clause>
4735847358
</emu-clause>

0 commit comments

Comments
 (0)