Skip to content

Commit

Permalink
Minor reformatting
Browse files Browse the repository at this point in the history
  • Loading branch information
JJ committed Sep 10, 2018
1 parent 40e5a15 commit 7268f12
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/Type/Iterator.pod6
Expand Up @@ -413,10 +413,10 @@ if the iterator got exhausted at any point:
The Iterator role implements this method as calling C<skip-at-least> and
then calling C<pull-one> if it was not exhausted yet.
=head1 Predictive Iterators
=head1 Predictive iterators
Please see the L<PredictiveIterator> role if your Iterator can know how
many values it can still produce without actually producing them.
Please see the L<PredictiveIterator> role if your C<Iterator> can know
how many values it can still produce without actually producing them.
=end pod

Expand Down

0 comments on commit 7268f12

Please sign in to comment.