We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40e5a15 commit 7268f12Copy full SHA for 7268f12
doc/Type/Iterator.pod6
@@ -413,10 +413,10 @@ if the iterator got exhausted at any point:
413
The Iterator role implements this method as calling C<skip-at-least> and
414
then calling C<pull-one> if it was not exhausted yet.
415
416
-=head1 Predictive Iterators
+=head1 Predictive iterators
417
418
-Please see the L<PredictiveIterator> role if your Iterator can know how
419
-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.
420
421
=end pod
422
0 commit comments