Skip to content

Commit 53e0604

Browse files
authored
Fix pod error in chdir
1 parent dbd7cf2 commit 53e0604

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Language/5to6-perlfunc.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ of C<chdir()> (with regards to looking at HOME and LOGDIR) is not supported.
213213
214214
In Perl 6, L<chdir> only changes the C<$*CWD> dynamic variable. It does
215215
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
216+
special dynamic-variable routine L«C<&*chdir>|/routine/&*chdir» can be used
217217
for that, if needed.
218218
219219
This is done this way, because there is no concept of a "default directory

0 commit comments

Comments
 (0)