Skip to content

Commit

Permalink
Improve this further ;)
Browse files Browse the repository at this point in the history
  • Loading branch information
ZzZombo committed Nov 24, 2016
1 parent 671e00e commit c306960
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Type/IO/Path.pod6
Expand Up @@ -529,7 +529,7 @@ Usage:
If you have a string - a path to something in the filesystem:
if "path/to/directory".IO ~~ :e & :d {
say 'path exists and is a directory';
say 'path exists and points to a directory';
}
my $file = "path/to/file";
Expand Down

0 comments on commit c306960

Please sign in to comment.