summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElnatan <elnatanbcr@gmail.com>2011-02-14 09:09:49 -0500
committerElnatan <elnatanbcr@gmail.com>2011-02-14 09:09:49 -0500
commitbf544ce81c55f6ae64470efeec04f368dec9ac3d (patch)
tree37955e0b30cfe005846e2407c1a6c698e03f14b9
parent36f73fdb0c8756a53cb7129835d54ab240b911a4 (diff)
Typo fix
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index d908da0..5a77cd3 100644
--- a/README.md
+++ b/README.md
@@ -108,7 +108,7 @@ was received:
* **`REDIS_REPLY_ARRAY`**:
* A multi bulk reply. The number of elements in the multi bulk reply is stored in
`reply->elements`. Every element in the multi bulk reply is a `redisReply` object as well
- and can be accessed via `reply->elements[..index..]`.
+ and can be accessed via `reply->element[..index..]`.
Redis may reply with nested arrays but this is fully supported.
Replies should be freed using the `freeReplyObject()` function.