From 5c9a6e144c687ef5911f4c0c088bc21343cbaf68 Mon Sep 17 00:00:00 2001 From: arai-a Date: Wed, 13 Dec 2023 17:17:21 +0900 Subject: [PATCH] Editorial: Add missing period to initial value paragraphs (#386) --- spec/immutable-data-structures.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spec/immutable-data-structures.html b/spec/immutable-data-structures.html index 5a413ab..a1f0d85 100644 --- a/spec/immutable-data-structures.html +++ b/spec/immutable-data-structures.html @@ -178,7 +178,7 @@

Tuple.of ( ..._items_ )

Tuple.prototype

-

The initial value of *Tuple.prototype* is %Tuple.prototype%

+

The initial value of *Tuple.prototype* is %Tuple.prototype%.

This property has the attributes { [[Writable]]: false, [[Enumerable]]: false, [[Configurable]]: false }.

@@ -214,7 +214,7 @@

Tuple.prototype.constructor

-

The initial value of *Tuple.prototype.constructor* is the intrinsic object %Tuple%

+

The initial value of *Tuple.prototype.constructor* is the intrinsic object %Tuple%.

Tuple.prototype.at ( _index_ )