Skip to content

Commit

Permalink
Adds file system → filesystem
Browse files Browse the repository at this point in the history
  • Loading branch information
JJ committed May 31, 2018
1 parent eed1918 commit 266d9f0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/Type/IO/Path.pod6
Expand Up @@ -560,8 +560,8 @@ you can) to do a filetest. You can simply append C<.IO> to the filename. For
instance, here is how to check if a file is readable using smartmatch:
C<'/path/to/file'.IO ~~ :r>
You can, of course, use an already opened filehandle. Here, using the file
handle C<$fh>, is an example, using the method syntax for the file test:
You can, of course, use an already opened filehandle. Here, using the filehandle
C<$fh>, is an example, using the method syntax for the file test:
$fh.r
Expand Down
1 change: 1 addition & 0 deletions xt/word-variants.t
Expand Up @@ -14,6 +14,7 @@ Insure any text that mentions Perl uses a no-break space after it.
my @files = Test-Files.pods;

my %variants = %( filehandle => rx/file [\s+|\-] handle/,
filesystem => rx/file [\s+|\-] system/,
runtime => rx/run [\s+|\-] time/,
shorthand => rx/short [\s+|\-] hand/,
lookahead => rx/look \- ahead/,
Expand Down

0 comments on commit 266d9f0

Please sign in to comment.