diff --git a/spec.html b/spec.html index 4cf9273401..9fe65b11c4 100644 --- a/spec.html +++ b/spec.html @@ -30792,7 +30792,7 @@
The %TypedArray% intrinsic object is a constructor function object that all of the _TypedArray_ constructor object inherit from. %TypedArray% and its corresponding prototype object provide common properties that are inherited by all _TypedArray_ constructors and their instances. The %TypedArray% intrinsic does not have a global name or appear as a property of the global object.
-The %TypedArray% intrinsic function object acts as the abstract superclass of the various _TypedArray_ constructors. Because it is an abstract class constructor it will throw an error when invoked. The _TypeArray_ constructors do not perform a super call to it.
+The %TypedArray% intrinsic function object acts as the abstract superclass of the various _TypedArray_ constructors. Because it is an abstract class constructor it will throw an error when invoked. The _TypedArray_ constructors do not perform a super call to it.