Skip to content

Commit 72d10a6

Browse files
bakkotjhnaldo
authored andcommitted
Editorial: remove unnecessarily verbose description (tc39#3691)
1 parent f2da44f commit 72d10a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42545,7 +42545,7 @@ <h1>
4254542545
</h1>
4254642546
<dl class="header">
4254742547
<dt>description</dt>
42548-
<dd>It is used to specify the creation of a new TypedArray using a constructor function that is derived from _exemplar_, and a _length_. Unlike TypedArraySpeciesCreate, which can construct custom TypedArray subclasses through the use of %Symbol.species%, this operation always uses one of the built-in TypedArray constructors.</dd>
42548+
<dd>It is used to specify the creation of a new TypedArray using a constructor function that is derived from _exemplar_. Unlike TypedArraySpeciesCreate, which can construct custom TypedArray subclasses through the use of %Symbol.species%, this operation always uses one of the built-in TypedArray constructors.</dd>
4254942549
</dl>
4255042550
<emu-alg>
4255142551
1. Let _constructor_ be the intrinsic object associated with the constructor name _exemplar_.[[TypedArrayName]] in <emu-xref href="#table-the-typedarray-constructors"></emu-xref>.

0 commit comments

Comments
 (0)