From 53e0604615b9678087f438eca747286a0d78a8eb Mon Sep 17 00:00:00 2001 From: Zoffix Znet Date: Thu, 26 Apr 2018 09:49:27 -0400 Subject: [PATCH] Fix pod error in chdir --- doc/Language/5to6-perlfunc.pod6 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Language/5to6-perlfunc.pod6 b/doc/Language/5to6-perlfunc.pod6 index 4f55dfdcb..5a95f9c91 100644 --- a/doc/Language/5to6-perlfunc.pod6 +++ b/doc/Language/5to6-perlfunc.pod6 @@ -213,7 +213,7 @@ of C (with regards to looking at HOME and LOGDIR) is not supported. In Perl 6, L only changes the C<$*CWD> dynamic variable. It does B actually change the default directory from the OS's point of view; the -special dynamic-variable routine L«C<&*chdir>|/routine/&*chdir> can be used +special dynamic-variable routine L«C<&*chdir>|/routine/&*chdir» can be used for that, if needed. This is done this way, because there is no concept of a "default directory