Skip to content
This repository was archived by the owner on Apr 15, 2025. It is now read-only.

Commit 5c9a6e1

Browse files
authored
Editorial: Add missing period to initial value paragraphs (#386)
1 parent 9376f91 commit 5c9a6e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/immutable-data-structures.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ <h1>Tuple.of ( ..._items_ )</h1>
178178
</emu-clause>
179179
<emu-clause id="sec-tuple.prototype">
180180
<h1>Tuple.prototype</h1>
181-
<p>The initial value of *Tuple.prototype* is %Tuple.prototype%</p>
181+
<p>The initial value of *Tuple.prototype* is %Tuple.prototype%.</p>
182182
<p>This property has the attributes { [[Writable]]: false, [[Enumerable]]: false, [[Configurable]]: false }.</p>
183183
</emu-clause>
184184
</emu-clause>
@@ -214,7 +214,7 @@ <h1>
214214

215215
<emu-clause id="sec-tuple.prototype.constructor">
216216
<h1>Tuple.prototype.constructor</h1>
217-
<p>The initial value of *Tuple.prototype.constructor* is the intrinsic object %Tuple%</p>
217+
<p>The initial value of *Tuple.prototype.constructor* is the intrinsic object %Tuple%.</p>
218218
</emu-clause>
219219
<emu-clause id="sec-tuple.prototype.at">
220220
<h1>Tuple.prototype.at ( _index_ )</h1>

0 commit comments

Comments
 (0)