Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #42 from paultcochrane/pr/remove_blank_line_in_htm…
…l_output

Replacing hard tab with spaces in code example
  • Loading branch information
FROGGS committed Jan 24, 2015
2 parents cd56de3 + 646d11e commit 87bdadc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Type/IO/FileTestable.pod
Expand Up @@ -39,7 +39,7 @@ If you have a string - a path to something in the filesystem:
if "path/to/file".IO ~~ :e {
say 'file exists';
}
}
my $file = "path/to/file";
if $file.IO ~~ :e {
Expand Down

0 comments on commit 87bdadc

Please sign in to comment.