Skip to content

Commit

Permalink
Editorial: Add missing period to initial value paragraphs (#386)
Browse files Browse the repository at this point in the history
  • Loading branch information
arai-a authored Dec 13, 2023
1 parent 9376f91 commit 5c9a6e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/immutable-data-structures.html
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ <h1>Tuple.of ( ..._items_ )</h1>
</emu-clause>
<emu-clause id="sec-tuple.prototype">
<h1>Tuple.prototype</h1>
<p>The initial value of *Tuple.prototype* is %Tuple.prototype%</p>
<p>The initial value of *Tuple.prototype* is %Tuple.prototype%.</p>
<p>This property has the attributes { [[Writable]]: false, [[Enumerable]]: false, [[Configurable]]: false }.</p>
</emu-clause>
</emu-clause>
Expand Down Expand Up @@ -214,7 +214,7 @@ <h1>

<emu-clause id="sec-tuple.prototype.constructor">
<h1>Tuple.prototype.constructor</h1>
<p>The initial value of *Tuple.prototype.constructor* is the intrinsic object %Tuple%</p>
<p>The initial value of *Tuple.prototype.constructor* is the intrinsic object %Tuple%.</p>
</emu-clause>
<emu-clause id="sec-tuple.prototype.at">
<h1>Tuple.prototype.at ( _index_ )</h1>
Expand Down

0 comments on commit 5c9a6e1

Please sign in to comment.