Skip to content

Commit

Permalink
Editorial: supply args to IteratorBindingInitialization (tc39#1877)
Browse files Browse the repository at this point in the history
Fixes a bug in PR tc39#1301
  • Loading branch information
jmdyck authored and ljharb committed Feb 26, 2020
1 parent 2431eb3 commit 435ae46
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 @@ -20202,7 +20202,7 @@ <h1>Runtime Semantics: IteratorBindingInitialization</h1>
<emu-grammar>ArrowParameters : CoverParenthesizedExpressionAndArrowParameterList</emu-grammar>
<emu-alg>
1. Let _formals_ be CoveredFormalsList of |CoverParenthesizedExpressionAndArrowParameterList|.
1. Return IteratorBindingInitialization of _formals_.
1. Return IteratorBindingInitialization of _formals_ with arguments _iteratorRecord_ and _environment_.
</emu-alg>
</emu-clause>

Expand Down

0 comments on commit 435ae46

Please sign in to comment.