Skip to content

Commit 76e414b

Browse files
committed
POD improved
1 parent 352b46c commit 76e414b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

lib/AnyEvent/RipeRedis.pm

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1246,10 +1246,10 @@ an error messages to C<STDERR>.
12461246
12471247
The full list of the Redis commands can be found here: L<http://redis.io/commands>.
12481248
1249-
The reply to the command is passed to the callback in first argument. If any
1250-
error occurred during command execution, the error object is passed to the
1251-
callback in second argument. Error object is the instance of the class
1252-
L<AnyEvent::RipeRedis::Error>.
1249+
To execute the command you must call specific method. The reply to the command
1250+
is passed to the callback in first argument. If any error occurred during
1251+
command execution, the error object is passed to the callback in second
1252+
argument. Error object is an instance of the class L<AnyEvent::RipeRedis::Error>.
12531253
12541254
The command callback is optional. If it is not specified and any error
12551255
occurred, the C<on_error> callback of the client is called.

0 commit comments

Comments
 (0)