Skip to content

Commit 0c6ea29

Browse files
committed
Trim more trailing whitespace
1 parent fe9c110 commit 0c6ea29

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

categories/cookbook/01strings/01-13upper-lower-case.pl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212

1313
my $string = "the cat sat on the mat";
1414

15-
say $string=$string.uc; # THE CAT SAT ON THE MAT
15+
say $string=$string.uc; # THE CAT SAT ON THE MAT
1616

17-
say $string.=lc; # the cat sat on the mat
17+
say $string.=lc; # the cat sat on the mat
1818

19-
say $string.wordcase; # The Cat Sat On The Mat
19+
say $string.wordcase; # The Cat Sat On The Mat
2020

2121
# vim: expandtab shiftwidth=4 ft=perl6

0 commit comments

Comments
 (0)