Skip to content

Commit

Permalink
Minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
JJ committed May 13, 2018
1 parent 1bb3d10 commit 5564d25
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/Language/concurrency.pod6
Expand Up @@ -11,7 +11,7 @@ programming, implying that an event or change in some part of a program
may lead to an event or change in some other part of the program
asynchronously to the program flow.
The aim of the Perl concurrency design is to provide a high-level,
The aim of the Perl 6 concurrency design is to provide a high-level,
composable and consistent interface, regardless of how a virtual machine
may implement it for a particular operating system, through layers of
facilities as described below.
Expand All @@ -31,6 +31,7 @@ user code should, where possible, avoid the lower level concurrency APIs
=head1 High-level APIs
X<|Futures>
=head2 Promises
A L<Promise|/type/Promise> (also called I<future> in other programming
Expand Down

0 comments on commit 5564d25

Please sign in to comment.