Skip to content

Commit

Permalink
Editorial: Widen parameter type of CreateDynamicFunction (#3380)
Browse files Browse the repository at this point in the history
  • Loading branch information
tmdghks authored and ljharb committed Sep 3, 2024
1 parent d9d77ad commit 62bb5c5
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 @@ -30299,7 +30299,7 @@ <h1>Function ( ..._parameterArgs_, _bodyArg_ )</h1>
<h1>
CreateDynamicFunction (
_constructor_: a constructor,
_newTarget_: a constructor,
_newTarget_: a constructor or *undefined*,
_kind_: ~normal~, ~generator~, ~async~, or ~async-generator~,
_parameterArgs_: a List of ECMAScript language values,
_bodyArg_: an ECMAScript language value,
Expand Down

0 comments on commit 62bb5c5

Please sign in to comment.