Skip to content

Commit

Permalink
fix typo in code
Browse files Browse the repository at this point in the history
  • Loading branch information
coke committed Aug 15, 2019
1 parent 0223948 commit e8d89a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Language/traps.pod6
Expand Up @@ -957,7 +957,7 @@ C«$(code)» and C«<{code}>». Like before, as long as the (stringified) return
value of C<code> comprises only literals, there is no distinction between the
two:
my $variable = 'ailemac;
my $variable = 'ailemac';
say ‘I ♥ camelia’ ~~ / $($variable.flip) /; # OUTPUT: 「camelia」
say ‘I ♥ camelia’ ~~ / <{$variable.flip}> /; # OUTPUT: 「camelia」
Expand Down

0 comments on commit e8d89a2

Please sign in to comment.