Skip to content

Commit

Permalink
Fix #1670
Browse files Browse the repository at this point in the history
  • Loading branch information
tisonkun committed Nov 11, 2017
1 parent 50d18c2 commit 3513297
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions doc/Type/IO/Path.pod6
Expand Up @@ -560,15 +560,15 @@ handle C<$fh>, is an example, using the method syntax for the file test:
$fh.r
File tests include
:e L«Exists|/type/IO/Path#method_e»
:d L«Directory|type/IO/Path#method_d»
:f L«File|type/IO/Path#method_f»
:l L«Symbolic link|type/IO/Path#method_l»
:r L«Readable|type/IO/Path#method_r»
:w L«Writable|type/IO/Path#method_w»
:x L«Executable|type/IO/Path#method_x»
:s L«Size|type/IO/Path#method_s»
:z L«Zero size|type/IO/Path#method_z»
:e L«Exists|/type/IO::Path#method_e»
:d L«Directory|/type/IO::Path#method_d»
:f L«File|/type/IO::Path#method_f»
:l L«Symbolic link|/type/IO::Path#method_l»
:r L«Readable|/type/IO::Path#method_r»
:w L«Writable|/type/IO::Path#method_w»
:x L«Executable|/type/IO::Path#method_x»
:s L«Size|/type/IO::Path#method_s»
:z L«Zero size|/type/IO::Path#method_z»
All of these tests can be used as methods (without the colon).
Three tests, however exist only as methods:
Expand Down

0 comments on commit 3513297

Please sign in to comment.