Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix of the example code
The example was obviously corrupted with redundand whitespace cleanup commit.
VynceMontgomery++
  • Loading branch information
Altai-man committed Oct 26, 2016
1 parent 2c41617 commit fbed1d3
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 fbed1d3

Please sign in to comment.