File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ copyright: false
33
33
1. Set _next_ to Completion(IteratorStepValue(_inputIter_)).
34
34
1. IfAbruptCloseIterators(_next_, _iters_).
35
35
1. If _next_ is not ~done~, then
36
- 1. Let _iter_ be Completion(GetIteratorFlattenable(_next_, ~iterate -strings~)).
36
+ 1. Let _iter_ be Completion(GetIteratorFlattenable(_next_, ~reject -strings~)).
37
37
1. IfAbruptCloseIterators(_iter_, the list-concatenation of « _inputIter_ » and _iters_).
38
38
1. Append _iter_ to _iters_.
39
39
1. Let _iterCount_ be the number of elements in _iters_.
@@ -98,7 +98,7 @@ copyright: false
98
98
1. Set _value_ to _getterResult_.
99
99
1. If _value_ is not *undefined*, then
100
100
1. Append _key_ to _keys_.
101
- 1. Let _iter_ be Completion(GetIteratorFlattenable(_value_, ~iterate -strings~)).
101
+ 1. Let _iter_ be Completion(GetIteratorFlattenable(_value_, ~reject -strings~)).
102
102
1. IfAbruptCloseIterators(_iter_, _iters_).
103
103
1. Append _iter_ to _iters_.
104
104
1. Let _iterCount_ be the number of elements in _iters_.
You can’t perform that action at this time.
0 commit comments