diff --git a/spec.html b/spec.html index c629c1c1b8..1a9b59d689 100644 --- a/spec.html +++ b/spec.html @@ -31103,7 +31103,7 @@

Properties of the _NativeError_ Prototype Objects

_NativeError_.prototype.constructor

-

The initial value of the *"constructor"* property of the prototype for a given _NativeError_ constructor is the corresponding intrinsic object %_NativeError_% ().

+

The initial value of the *"constructor"* property of the prototype for a given _NativeError_ constructor is the constructor itself.

@@ -41743,7 +41743,7 @@

_TypedArray_.prototype.BYTES_PER_ELEMENT

_TypedArray_.prototype.constructor

-

The initial value of a _TypedArray_`.prototype.constructor` is the corresponding %TypedArray% intrinsic object.

+

The initial value of the *"constructor"* property of the prototype for a given _TypedArray_ constructor is the constructor itself.