Skip to content

Commit 9f88fb4

Browse files
committed
Unneeded “a“
1 parent 0c94a8c commit 9f88fb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Language/quoting.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ Again, the output of the external command can be kept in a variable:
393393
# runs the command: grep -i cool /usr/share/dict/words
394394
say $output; # OUTPUT: «Cooley␤Cooley's␤Coolidge␤Coolidge's␤cool␤...»
395395
396-
See also L<run|/routine/run> and L<Proc::Async> for a better ways to
396+
See also L<run|/routine/run> and L<Proc::Async> for better ways to
397397
execute external commands.
398398
399399
=head2 X<Heredocs: :to|quote,heredocs :to>

0 commit comments

Comments
 (0)