Skip to content

Commit e5225be

Browse files
committed
[io grant] Fix URL to &*chdir
1 parent e1a299c commit e5225be

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/Type/IO.pod6

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ Defined as:
1717
1818
Changes value of C<$*CWD> variable to the provided C<$path>, optionally ensuring
1919
the new path passes several file tests. B<NOTE:> that this routine does I<NOT>
20-
alter the process's current directory (see L«C<&*chdir>|/routine/chdir»).
20+
alter the process's current directory (see
21+
L«C<&*chdir>|/routine/$AMPERSAND*chdir»).
2122
2223
Returns L«C<IO::Path>|/type/IO::Path»
2324
representing new C<$*CWD> on success. On failure, returns

0 commit comments

Comments
 (0)