Skip to content

Commit 80b5ce9

Browse files
authored
I believe this emphasis was wrong
At first I got the impression I DO HAVE to take care with ranges.
1 parent 606cb55 commit 80b5ce9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Language/5to6-nutshell.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -670,7 +670,7 @@ In Perl 5, C<..> was one of two completely different operators, depending
670670
on context.
671671
672672
In list context, C<..> is the familiar range operator. Range has many new
673-
wrinkles in Perl 6, but ranges from Perl 5 code should not B<require>
673+
wrinkles in Perl 6, but ranges from Perl 5 code should B<not> require
674674
translation.
675675
676676
In scalar context, C<..> and C<...> were the little-known Flipflop

0 commit comments

Comments
 (0)