Skip to content

Commit 60a9e31

Browse files
committed
Channel: missing verb, jnthn++
1 parent f7ed0e0 commit 60a9e31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Type/Channel.pod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
77
class Channel { ... }
88
9-
A Channel is a thread-safe queue that helps you to a series of objects from
9+
A Channel is a thread-safe queue that helps you to send a series of objects from
1010
potentially mutltiple produces to potentially multiple consumers.
1111
1212
my $c = Channel.new;

0 commit comments

Comments
 (0)