Skip to content

Commit d152a22

Browse files
authored
Link to devnull from all IO::SPECs
1 parent a917d93 commit d152a22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Language/io-guide.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ $fh.close;
249249
my $data = 'foo/bar'.IO.add($file).slurp;
250250
251251
However, it's fine to use it for things not otherwise provided by L<IO::Path>.
252-
For example, the L<C«.devnull» method|/type/IO::Spec::Unix#method_devnull>:
252+
For example, the L<C«.devnull» method|/routine/devnull>:
253253
254254
=for code :skip-test
255255
{

0 commit comments

Comments
 (0)