Skip to content

Commit 030b64e

Browse files
committed
Fix title of '~' as string concatenation.
1 parent a92bc07 commit 030b64e

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
@@ -708,7 +708,7 @@ my $result = ( $score > 60 ) ? 'Pass' : 'Fail'; # Perl 5
708708
my $result = ( $score > 60 ) ?? 'Pass' !! 'Fail'; # Perl 6
709709
=end code
710710
711-
=head2 C<.> (Dot op) Concatenation
711+
=head2 C<.> (Dot) String Concatenation
712712
713713
Replaced by the tilde.
714714

0 commit comments

Comments
 (0)