diff --git a/spec.html b/spec.html index a19874603b..c99a4e746f 100644 --- a/spec.html +++ b/spec.html @@ -20202,7 +20202,7 @@

Runtime Semantics: IteratorBindingInitialization

ArrowParameters : CoverParenthesizedExpressionAndArrowParameterList 1. Let _formals_ be CoveredFormalsList of |CoverParenthesizedExpressionAndArrowParameterList|. - 1. Return IteratorBindingInitialization of _formals_. + 1. Return IteratorBindingInitialization of _formals_ with arguments _iteratorRecord_ and _environment_.