File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 18
18
* @todo Instead of having a specific SplitInnerIterator, this could
19
19
* actually be something like a {@see LimitCallbackIterator}, a
20
20
* form of an {@see LimitIterator} that determines its starting
21
- * and stopping item not from a fixed index position, but from
22
- * a respective callback. For this iterator here we just need
23
- * the stop callback (always starting from the current position,
21
+ * and stopping item not from a fixed index position, but from a
22
+ * respective callback. For this iterator here we just need the
23
+ * stop callback (always starting from the current position,
24
24
* ignoring the start callback), and need to add the no-rewind
25
25
* feature (as we wouldn't inherit from {@see NoRewindIterator}
26
26
* anymore). Don't have the time to implement the full-fledged
You can’t perform that action at this time.
0 commit comments