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_ )