Skip to content

Commit 6ec652d

Browse files
committed
remove trailing whitespace
1 parent cdd2fce commit 6ec652d

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
@@ -315,7 +315,7 @@ C<False>.
315315
316316
Runs an external command without involving a shell and returns a Proc object.
317317
318-
run 'touch', '>foo.txt';
318+
run 'touch', '>foo.txt';
319319
320320
run Q:w{rm >foo.txt}; # Another way to use run, using word quoting for the
321321
# arguments

0 commit comments

Comments
 (0)