Skip to content

Commit 4b0909b

Browse files
authored
oops
1 parent 530adac commit 4b0909b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec.emu

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ copyright: false
1919
1. If _method_ is *undefined*, throw a *TypeError* exception.
2020
1. Append the Record { [[OpenMethod]]: _method_, [[Iterable]]: _item_ } to _iterables_.
2121
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]]).
2424
1. If _iter_ is not an Object, throw a *TypeError* exception.
2525
1. Let _iteratorRecord_ be ? GetIteratorDirect(_iter_).
2626
1. Let _innerAlive_ be *true*.

0 commit comments

Comments
 (0)