Skip to content

Commit 2507e5f

Browse files
IteratorZipCore → IteratorZip
1 parent 925cd24 commit 2507e5f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

spec.emu

+4-4
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ copyright: false
5858
1. IfAbruptCloseIterators(_completion_, _iters_).
5959
1. Let _finishResults_ be a new Abstract Closure with parameters (_results_) that captures nothing and performs the following steps when called:
6060
1. Return CreateArrayFromList(_results_).
61-
1. Return IteratorZipCore(_iters_, _mode_, _padding_, _finishResults_).
61+
1. Return IteratorZip(_iters_, _mode_, _padding_, _finishResults_).
6262
</emu-alg>
6363
</emu-clause>
6464

@@ -114,13 +114,13 @@ copyright: false
114114
1. For each integer _i_ such that 0 ≤ _i_ &lt; _iterCount_, in ascending order, do
115115
1. Perform ! CreateDataPropertyOrThrow(_obj_, _keys_[_i_], _results_[_i_]).
116116
1. Return _obj_.
117-
1. Return IteratorZipCore(_iters_, _mode_, _padding_, _finishResults_).
117+
1. Return IteratorZip(_iters_, _mode_, _padding_, _finishResults_).
118118
</emu-alg>
119119
</emu-clause>
120120

121-
<emu-clause id="sec-IteratorZipCore" type="abstract operation">
121+
<emu-clause id="sec-IteratorZip" type="abstract operation">
122122
<h1>
123-
IteratorZipCore (
123+
IteratorZip (
124124
_iters_: a List of Iterator Records,
125125
_mode_: either ~shortest~, ~longest~, or ~strict~,
126126
_padding_: a List of ECMAScript language values,

0 commit comments

Comments
 (0)