Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix incorrect comment
MasterDuke++
  • Loading branch information
zoffixznet committed Aug 5, 2016
1 parent 3566442 commit 22d46af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Language/concurrency.pod6
Expand Up @@ -442,7 +442,7 @@ channel must be checked to determine whether it is closed:
my $c = Channel.new;
# Start five Promises that sleep for 1..3 seconds, and then
# Start three Promises that sleep for 1..3 seconds, and then
# send a value to our Channel
^3 .map: -> $v {
start {
Expand Down

0 comments on commit 22d46af

Please sign in to comment.