Skip to content

Commit

Permalink
Fix title of '~' as string concatenation.
Browse files Browse the repository at this point in the history
  • Loading branch information
fluca1978 committed Dec 21, 2017
1 parent a92bc07 commit 030b64e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Language/5to6-nutshell.pod6
Expand Up @@ -708,7 +708,7 @@ my $result = ( $score > 60 ) ? 'Pass' : 'Fail'; # Perl 5
my $result = ( $score > 60 ) ?? 'Pass' !! 'Fail'; # Perl 6
=end code
=head2 C<.> (Dot op) Concatenation
=head2 C<.> (Dot) String Concatenation
Replaced by the tilde.
Expand Down

0 comments on commit 030b64e

Please sign in to comment.