Skip to content

Commit

Permalink
Editorial: Fix CreateListFromArrayLike preamble
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 michaelficarra committed Oct 21, 2024
1 parent 7b793f2 commit 9ab7664
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
@@ -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~.

0 comments on commit 9ab7664

Please sign in to comment.