Skip to content

Commit aeabf1a

Browse files
authored
Merge pull request #1018 from ZzZombo/patch-1
I believe this emphasis was wrong
2 parents 606cb55 + 80b5ce9 commit aeabf1a

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)