Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
typo
  • Loading branch information
moritz committed Aug 18, 2012
1 parent 5175565 commit c61ad58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/operators.pod
Expand Up @@ -1114,7 +1114,7 @@ the end points compare:
say 'a' ... 'e'; # a b c d e
say 'e' ... 'a'; # e d c b a
An endpoint of C<*> (L<Whatever> generates an infinite sequence,
An endpoint of C<*> (L<Whatever>) generates an infinite sequence,
with a default generator of *.succ
say (1 ... *)[^5]; # 1 2 3 4 5
Expand Down

0 comments on commit c61ad58

Please sign in to comment.