We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbd7cf2 commit 53e0604Copy full SHA for 53e0604
doc/Language/5to6-perlfunc.pod6
@@ -213,7 +213,7 @@ of C<chdir()> (with regards to looking at HOME and LOGDIR) is not supported.
213
214
In Perl 6, L<chdir> only changes the C<$*CWD> dynamic variable. It does
215
B<not> actually change the default directory from the OS's point of view; the
216
-special dynamic-variable routine L«C<&*chdir>|/routine/&*chdir> can be used
+special dynamic-variable routine L«C<&*chdir>|/routine/&*chdir» can be used
217
for that, if needed.
218
219
This is done this way, because there is no concept of a "default directory
0 commit comments