Skip to content

Commit ba8ed09

Browse files
authored
fix typo
1 parent 4b28581 commit ba8ed09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Language/traps.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -579,7 +579,7 @@ equivalent|/language/unicode_ascii> C<…^>).
579579
say 1... ^5; # OUTPUT: «(1 0 1 2 3 4)␤»
580580
say 1...^5; # OUTPUT: «(1 2 3 4)␤»
581581
582-
If you place whitespace between the ellipsis (C<>) and the carret (C<^>),
582+
If you place whitespace between the ellipsis (C<>) and the caret (C<^>),
583583
it's no longer a single infix operator, but an infix inclusive sequence operator
584584
(C<>) and a prefix L<Range> operator (C<^>). L«Iterables|/type/Iterable»
585585
are valid endpoints for the sequence operator, so the result you'll get might

0 commit comments

Comments
 (0)