Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpredis/phpredis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormichael-grunder <michael.grunder@gmail.com>2018-11-26 22:36:10 +0300
committermichael-grunder <michael.grunder@gmail.com>2018-11-26 22:36:10 +0300
commit5f26dd1a5332bd70ec4d15c639d5e78349418f40 (patch)
treea7812927f5c22fefcfd78ba17d09fea6cd859d0c /README.markdown
parented284722611498abc04979b4166b35ea7350baac (diff)
Fix documentation typo
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.markdown b/README.markdown
index f5f1e92c..22593fac 100644
--- a/README.markdown
+++ b/README.markdown
@@ -3563,7 +3563,7 @@ _**Description**_: This method is similar to xRead except that it supports read
/* Consume messages for 'mygroup', 'consumer1' */
$obj_redis->xReadGroup('mygroup', 'consumer1', ['s1' => 0, 's2' => 0]);
-/* Consume messages for 'mygroup', 'consumer1' which where not consumed yet by the group */
+/* Consume messages for 'mygroup', 'consumer1' which were not consumed yet by the group */
$obj_redis->xReadGroup('mygroup', 'consumer1', ['s1' => '>', 's2' => '>']);
/* Read a single message as 'consumer2' wait for up to a second until a message arrives. */