Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Replacing hard tab with spaces in code example
The hard tab had the effect of making the code example be split in the html;
the closing brace was in a separate "code" presentation block.  With this
change the entire code example is in the same presentation block in the
html.
  • Loading branch information
Paul Cochrane committed Jan 24, 2015
1 parent cd56de3 commit 646d11e
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 646d11e

Please sign in to comment.