Skip to content

Commit 352b46c

Browse files
committed
Minor fix in POD
1 parent fd3be56 commit 352b46c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/AnyEvent/RipeRedis.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1417,7 +1417,7 @@ L<http://redis.io/topics/pubsub>
14171417
14181418
Subscribes the client to the specified channels.
14191419
1420-
Method can accept two callbacks, C<on_reply> and C<on_message>. The C<on_reply>
1420+
Method can accept two callbacks: C<on_reply> and C<on_message>. The C<on_reply>
14211421
callback is called when subscription to all specified channels will be
14221422
activated. In first argument to the callback is passed the number of channels
14231423
we are currently subscribed. If subscription to specified channels was lost,

0 commit comments

Comments
 (0)