Skip to content

Commit

Permalink
Editorial: Fix CreateListFromArrayLike preamble (tc39#3454)
Browse files Browse the repository at this point in the history
PR tc39#3409 changed a parameter of CreateListFromArrayLike,
but didn't make the corresponding change to the preamble.
(And PR tc39#3419 failed to fix it.)
  • Loading branch information
jmdyck authored and kimjg1119 committed Nov 20, 2024
1 parent 416b82f commit ee11a58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec.html
Original file line number Diff line number Diff line change
Expand Up @@ -6509,7 +6509,7 @@ <h1>
</h1>
<dl class="header">
<dt>description</dt>
<dd>It is used to create a List value whose elements are provided by the indexed properties of _obj_. _elementTypes_ contains the names of ECMAScript Language Types that are allowed for element values of the List that is created.</dd>
<dd>It is used to create a List value whose elements are provided by the indexed properties of _obj_. _validElementTypes_ indicates the types of values that are allowed as elements.</dd>
</dl>
<emu-alg>
1. If _validElementTypes_ is not present, set _validElementTypes_ to ~all~.
Expand Down

0 comments on commit ee11a58

Please sign in to comment.