Skip to content

Commit e1a299c

Browse files
committed
[io grant] Reword "defined as" for &*chdir
To avoid suggestion that `sub &*foo` is valid syntax.
1 parent 3fdc6dc commit e1a299c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Type/IO.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ By default, only C<:d> test is performed.
4343
4444
Defined as:
4545
46-
sub &*chdir(IO() $path --> IO::Path:D)
46+
PROCESS:<&chdir> = sub (IO() $path --> IO::Path:D)
4747
4848
Changes value of C<$*CWD> variable to the provided C<$path> and sets
4949
the process's current directory to the value of

0 commit comments

Comments
 (0)