From 4ff267d8802d2549c2d323dcc090113fc84726cc Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Sat, 6 Feb 2021 06:52:01 -0800 Subject: [PATCH] Editorial: add for "TypedArray element type" (#2297) --- spec.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec.html b/spec.html index 305c5f3140..c367d11384 100644 --- a/spec.html +++ b/spec.html @@ -32870,7 +32870,7 @@

%ArrayIteratorPrototype% [ @@toStringTag ]

TypedArray Objects

-

_TypedArray_ objects present an array-like view of an underlying binary data buffer (). Each element of a _TypedArray_ instance has the same underlying binary scalar data type. There is a distinct _TypedArray_ constructor, listed in , for each of the supported element types. Each constructor in has a corresponding distinct prototype object.

+

_TypedArray_ objects present an array-like view of an underlying binary data buffer (). A TypedArray element type is the underlying binary scalar data type that all elements of a _TypedArray_ instance have. There is a distinct _TypedArray_ constructor, listed in , for each of the supported element types. Each constructor in has a corresponding distinct prototype object.