Skip to content

Commit 0a70add

Browse files
committed
Fix typo and add clarification for Iterator::push-all
1 parent fbead37 commit 0a70add

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Type/Iterator.pod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ produce more elements to achieve better performance.
6565
6666
Produces all elements from the iterator and pushes them to C<$target>.
6767
68-
The fallback is implemented in terms of C<push-at-least> with a larget
68+
The fallback is implemented in terms of repeated C<push-at-least> with a large
6969
C<$count>.
7070
7171
=head2 method push-until-lazy

0 commit comments

Comments
 (0)