Skip to content

Commit a216bc1

Browse files
do not iterate strings
1 parent 941e785 commit a216bc1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec.emu

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ copyright: false
3333
1. Set _next_ to Completion(IteratorStepValue(_inputIter_)).
3434
1. IfAbruptCloseIterators(_next_, _iters_).
3535
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~)).
3737
1. IfAbruptCloseIterators(_iter_, the list-concatenation of « _inputIter_ » and _iters_).
3838
1. Append _iter_ to _iters_.
3939
1. Let _iterCount_ be the number of elements in _iters_.
@@ -98,7 +98,7 @@ copyright: false
9898
1. Set _value_ to _getterResult_.
9999
1. If _value_ is not *undefined*, then
100100
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~)).
102102
1. IfAbruptCloseIterators(_iter_, _iters_).
103103
1. Append _iter_ to _iters_.
104104
1. Let _iterCount_ be the number of elements in _iters_.

0 commit comments

Comments
 (0)