Skip to content

Commit ac22b65

Browse files
authored
Merge pull request #2343 from jonbeebe/patch-1
Fixed links to :r, :w, and ❌ Well spotted. Thanks.
2 parents 0402d2c + ef1d282 commit ac22b65

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/Type/IO.pod6

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,11 @@ L«C<IO::Path>|/type/IO::Path» object. The available file tests are:
4545
4646
=item C<:d> — check L«C<.d>|/routine/d» returns C<True>
4747
48-
=item C<:r> — check L«C<.r>|/routine/d» returns C<True>
48+
=item C<:r> — check L«C<.r>|/routine/r» returns C<True>
4949
50-
=item C<:w> — check L«C<.w>|/routine/d» returns C<True>
50+
=item C<:w> — check L«C<.w>|/routine/w» returns C<True>
5151
52-
=item C<:x> — check L«C<.x>|/routine/d» returns C<True>
52+
=item C<:x> — check L«C<.x>|/routine/x» returns C<True>
5353
5454
By default, only C<:d> test is performed.
5555

0 commit comments

Comments
 (0)