Skip to content

Commit bf181d1

Browse files
committed
remove duplicate word
1 parent 8293246 commit bf181d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Language/system.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ the default system shell.
5353
5454
The key class for running all external programs is L<Proc::Async>, which runs
5555
processes asynchronously and allows
56-
L<concurrent|/language/concurrency#Proc::Async> concurrent interaction with the
56+
L<concurrent|/language/concurrency#Proc::Async> interaction with the
5757
running processes. In general, it is a good practice to interact with the system
5858
through these high-level, abstract interfaces. However, Perl 6 provides with
5959
other ways of interacting with the system through a low-level interface.

0 commit comments

Comments
 (0)