Skip to content

Commit abe314f

Browse files
committed
Fix broken link
1 parent 133f3e7 commit abe314f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/Type/IO.pod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -264,8 +264,8 @@ contents are actually written to the file.
264264
265265
Slurps the contents of the entire file into a C<Str> (or C<Buf> if C<:bin>).
266266
Accepts C<:bin> and C<:enc> optional named parameters, with the same meaning
267-
as L</open()>. The routine will C<fail> if the file does not exist, or is a
268-
directory.
267+
as L<open()|/routine/open>. The routine will C<fail> if the file does not
268+
exist, or is a directory.
269269
270270
# read entire file as (Unicode) Str
271271
my $text_contents = slurp "path/to/file";

0 commit comments

Comments
 (0)