Skip to content

Commit

Permalink
Fix pod error in chdir
Browse files Browse the repository at this point in the history
  • Loading branch information
zoffixznet committed Apr 26, 2018
1 parent dbd7cf2 commit 53e0604
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Language/5to6-perlfunc.pod6
Expand Up @@ -213,7 +213,7 @@ of C<chdir()> (with regards to looking at HOME and LOGDIR) is not supported.
In Perl 6, L<chdir> only changes the C<$*CWD> dynamic variable. It does
B<not> 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
Expand Down

0 comments on commit 53e0604

Please sign in to comment.