Skip to content

Commit d5614d9

Browse files
author
Carl Masak
committed
[S26] fixed blatant p5ism
Commit prepared by Damian Conway.
1 parent 5e98222 commit d5614d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

S26-documentation.pod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1548,8 +1548,8 @@ nestable block comments in Perl 6:
15481548
15491549
=begin code
15501550
=begin comment
1551-
for my $file (@files) {
1552-
system("rm -rf $file");
1551+
for @files -> $file {
1552+
shell("rm -rf $file");
15531553
}
15541554
=end comment
15551555
=end code

0 commit comments

Comments
 (0)