Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #989 from perl6/Altai-man-patch-1
Fix of the example code
  • Loading branch information
Altai-man committed Oct 26, 2016
2 parents 283692a + fbed1d3 commit 4ec4dbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Type/Cool.pod6
Expand Up @@ -1055,7 +1055,7 @@ This method can be used as part of an C<IO::Path> to process a file
line-by-line, since C<IO::Path> objects inherit from C<Cool>, e.g.:
=begin code :skip-test
'huge-csv'.IO.lines -> $line {
for 'huge-csv'.IO.lines -> $line {
# Do something with $line
}
Expand Down

0 comments on commit 4ec4dbd

Please sign in to comment.