Skip to content

Commit 6ef14fb

Browse files
committed
Improve documentation
Oops, file was not saved. But only a doc change.
1 parent 10f01c8 commit 6ef14fb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

SplitIterator/SplitInnerIterator.php

+3-3
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
* @todo Instead of having a specific SplitInnerIterator, this could
1919
* actually be something like a {@see LimitCallbackIterator}, a
2020
* 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,
2424
* ignoring the start callback), and need to add the no-rewind
2525
* feature (as we wouldn't inherit from {@see NoRewindIterator}
2626
* anymore). Don't have the time to implement the full-fledged

0 commit comments

Comments
 (0)