Skip to content

Commit 21cc40d

Browse files
committed
Fix a link
1 parent 89bc20d commit 21cc40d

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
@@ -362,7 +362,7 @@ C<%*ENV<ComSpec> /c> in Windows, C</bin/sh -c> otherwise. All shell meta
362362
characters are interpreted by the shell, including pipes, redirects,
363363
environment variable substitutions and so on. Shell escapes are a severe
364364
security concern and can cause confusion with unusual file names. Use
365-
L<run|/type/IO#sub_run> if you want to be safe.
365+
L<run|/type/Proc#sub_run> if you want to be safe.
366366
367367
The return value is of L<type Proc|/type/Proc>.
368368

0 commit comments

Comments
 (0)