diff --git a/spec.html b/spec.html index c629c1c1b8..1a9b59d689 100644 --- a/spec.html +++ b/spec.html @@ -31103,7 +31103,7 @@
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.
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.