From e8d89a2ef0a4afd7b22770ab403d4c9723afe9d0 Mon Sep 17 00:00:00 2001 From: Coke Date: Thu, 15 Aug 2019 12:02:30 -0400 Subject: [PATCH] fix typo in code --- doc/Language/traps.pod6 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Language/traps.pod6 b/doc/Language/traps.pod6 index a28257ce4..8c061e953 100644 --- a/doc/Language/traps.pod6 +++ b/doc/Language/traps.pod6 @@ -957,7 +957,7 @@ C«$(code)» and C«<{code}>». Like before, as long as the (stringified) return value of C 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」