Skip to content

Commit c61ad58

Browse files
committed
typo
1 parent 5175565 commit c61ad58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/operators.pod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1114,7 +1114,7 @@ the end points compare:
11141114
say 'a' ... 'e'; # a b c d e
11151115
say 'e' ... 'a'; # e d c b a
11161116
1117-
An endpoint of C<*> (L<Whatever> generates an infinite sequence,
1117+
An endpoint of C<*> (L<Whatever>) generates an infinite sequence,
11181118
with a default generator of *.succ
11191119
11201120
say (1 ... *)[^5]; # 1 2 3 4 5

0 commit comments

Comments
 (0)