Skip to content

Commit 7268f12

Browse files
committed
Minor reformatting
1 parent 40e5a15 commit 7268f12

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/Type/Iterator.pod6

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -413,10 +413,10 @@ if the iterator got exhausted at any point:
413413
The Iterator role implements this method as calling C<skip-at-least> and
414414
then calling C<pull-one> if it was not exhausted yet.
415415
416-
=head1 Predictive Iterators
416+
=head1 Predictive iterators
417417
418-
Please see the L<PredictiveIterator> role if your Iterator can know how
419-
many values it can still produce without actually producing them.
418+
Please see the L<PredictiveIterator> role if your C<Iterator> can know
419+
how many values it can still produce without actually producing them.
420420
421421
=end pod
422422

0 commit comments

Comments
 (0)