File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -19,8 +19,8 @@ copyright: false
19
19
1. If _method_ is *undefined*, throw a *TypeError* exception.
20
20
1. Append the Record { [[OpenMethod]]: _method_, [[Iterable]]: _item_ } to _iterables_.
21
21
1. Let _closure_ be a new Abstract Closure with no parameters that captures _iterables_ and performs the following steps when called:
22
- 1. For each Record _iterables_ of _iterables_, do
23
- 1. Let _iter_ be ? Call(_iterables_ .[[OpenMethod]], _iterables_ .[[Iterable]]).
22
+ 1. For each Record _iterable_ of _iterables_, do
23
+ 1. Let _iter_ be ? Call(_iterable_ .[[OpenMethod]], _iterable_ .[[Iterable]]).
24
24
1. If _iter_ is not an Object, throw a *TypeError* exception.
25
25
1. Let _iteratorRecord_ be ? GetIteratorDirect(_iter_).
26
26
1. Let _innerAlive_ be *true*.
You can’t perform that action at this time.
0 commit comments