We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8293246 commit bf181d1Copy full SHA for bf181d1
doc/Language/system.pod6
@@ -53,7 +53,7 @@ the default system shell.
53
54
The key class for running all external programs is L<Proc::Async>, which runs
55
processes asynchronously and allows
56
-L<concurrent|/language/concurrency#Proc::Async> concurrent interaction with the
+L<concurrent|/language/concurrency#Proc::Async> interaction with the
57
running processes. In general, it is a good practice to interact with the system
58
through these high-level, abstract interfaces. However, Perl 6 provides with
59
other ways of interacting with the system through a low-level interface.
0 commit comments