Skip to content

Commit a2568a5

Browse files
committed
fix typo
1 parent ccdedd3 commit a2568a5

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
@@ -316,7 +316,7 @@ C<False>.
316316
Runs an external command without involving a shell (if possible).
317317
318318
run ‚touch‘, ‚>foo.txt‘; # no shell redirect (as there is no shell)
319-
shell ‚ls \>*‘; # the shell would redirect, hance the backslash and the glob is expanded
319+
shell ‚ls \>*‘; # the shell would redirect, hence the backslash and the glob is expanded
320320
run Q:w{rm >foo.txt}; # again no redirect but with a list word quote
321321
# OUTPUT: «>foo.txt»
322322

0 commit comments

Comments
 (0)