diff --git a/doc/Type/IO/Path.pod6 b/doc/Type/IO/Path.pod6 index 8e9fadce9..490c0976a 100644 --- a/doc/Type/IO/Path.pod6 +++ b/doc/Type/IO/Path.pod6 @@ -590,14 +590,14 @@ $fh.r File tests include: -=item :e L«Exists|/type/IO::Path#method_e» =item :d L«Directory|/type/IO::Path#method_d» +=item :e L«Exists|/type/IO::Path#method_e» =item :f L«File|/type/IO::Path#method_f» =item :l L«Symbolic link|/type/IO::Path#method_l» =item :r L«Readable|/type/IO::Path#method_r» +=item :s L«Size|/type/IO::Path#method_s» =item :w L«Writable|/type/IO::Path#method_w» =item :x L«Executable|/type/IO::Path#method_x» -=item :s L«Size|/type/IO::Path#method_s» =item :z L«Zero size|/type/IO::Path#method_z» All of these tests can be used as methods (without the colon).