We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0402d2c + ef1d282 commit ac22b65Copy full SHA for ac22b65
doc/Type/IO.pod6
@@ -45,11 +45,11 @@ L«C<IO::Path>|/type/IO::Path» object. The available file tests are:
45
46
=item C<:d> — check L«C<.d>|/routine/d» returns C<True>
47
48
-=item C<:r> — check L«C<.r>|/routine/d» returns C<True>
+=item C<:r> — check L«C<.r>|/routine/r» returns C<True>
49
50
-=item C<:w> — check L«C<.w>|/routine/d» returns C<True>
+=item C<:w> — check L«C<.w>|/routine/w» returns C<True>
51
52
-=item C<:x> — check L«C<.x>|/routine/d» returns C<True>
+=item C<:x> — check L«C<.x>|/routine/x» returns C<True>
53
54
By default, only C<:d> test is performed.
55
0 commit comments