Skip to content

Commit 30f6e1a

Browse files
authored
Fix typo
1 parent 25d4128 commit 30f6e1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Language/traps.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -555,7 +555,7 @@ right way to do it is to use C<$(…)> syntax.
555555
say ‘I ♥ camelia’ ~~ / $($x.flip) / # OUTPUT: «「camelia」␤»
556556
557557
However, there is a wrong way to write it, and the problem is that
558-
works I<sometimes>.
558+
it works I<sometimes>.
559559
560560
=for code
561561
my $x = ‘ailemac’;

0 commit comments

Comments
 (0)