Skip to content

Commit 12f1cc0

Browse files
authored
Merge pull request #1434 from scmorrison/master
routine link creates hard links
2 parents b2b56f6 + bd51763 commit 12f1cc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Type/IO/Path.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -960,7 +960,7 @@ Defined as:
960960
961961
Create a new I<hard> link C<$link> to existing C<$target>.
962962
Returns C<True> on success; L<fails|/routine/fail> with
963-
L<X::IO::Link> if the symbolic link could not be created.
963+
L<X::IO::Link> if the hard link could not be created.
964964
To create a symbolic link, see L«C<symlink>|/routine/symlink».
965965
966966
=head2 routine unlink

0 commit comments

Comments
 (0)