Skip to content

Commit 4ec4dbd

Browse files
authored
Merge pull request #989 from perl6/Altai-man-patch-1
Fix of the example code
2 parents 283692a + fbed1d3 commit 4ec4dbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Type/Cool.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1055,7 +1055,7 @@ This method can be used as part of an C<IO::Path> to process a file
10551055
line-by-line, since C<IO::Path> objects inherit from C<Cool>, e.g.:
10561056
10571057
=begin code :skip-test
1058-
'huge-csv'.IO.lines -> $line {
1058+
for 'huge-csv'.IO.lines -> $line {
10591059
# Do something with $line
10601060
}
10611061

0 commit comments

Comments
 (0)