Skip to content

Commit 3513297

Browse files
authored
Fix #1670
1 parent 50d18c2 commit 3513297

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

doc/Type/IO/Path.pod6

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -560,15 +560,15 @@ handle C<$fh>, is an example, using the method syntax for the file test:
560560
$fh.r
561561
562562
File tests include
563-
:e L«Exists|/type/IO/Path#method_e»
564-
:d L«Directory|type/IO/Path#method_d»
565-
:f L«File|type/IO/Path#method_f»
566-
:l L«Symbolic link|type/IO/Path#method_l»
567-
:r L«Readable|type/IO/Path#method_r»
568-
:w L«Writable|type/IO/Path#method_w»
569-
:x L«Executable|type/IO/Path#method_x»
570-
:s L«Size|type/IO/Path#method_s»
571-
:z L«Zero size|type/IO/Path#method_z»
563+
:e L«Exists|/type/IO::Path#method_e»
564+
:d L«Directory|/type/IO::Path#method_d»
565+
:f L«File|/type/IO::Path#method_f»
566+
:l L«Symbolic link|/type/IO::Path#method_l»
567+
:r L«Readable|/type/IO::Path#method_r»
568+
:w L«Writable|/type/IO::Path#method_w»
569+
:x L«Executable|/type/IO::Path#method_x»
570+
:s L«Size|/type/IO::Path#method_s»
571+
:z L«Zero size|/type/IO::Path#method_z»
572572
573573
All of these tests can be used as methods (without the colon).
574574
Three tests, however exist only as methods:

0 commit comments

Comments
 (0)