Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix minor typo
  • Loading branch information
stmuk committed Jun 30, 2015
1 parent 9f658bf commit 8d84107
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion S17-channel/earliest.t
Expand Up @@ -36,7 +36,7 @@ plan 7;
more @c { @a.push: $:v }
# When using multiple channels, and they don't close simultaneously, there is
# a chance that the "done" section of a closed channel is executed more than
# once. Hence the the use of a hash, rather than just a simple counter.
# once. Hence the use of a hash, rather than just a simple counter.
done @c { %done{$:k}++; last if +%done == 2 }
}
}
Expand Down

0 comments on commit 8d84107

Please sign in to comment.