summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index c012f1a..3a43d48 100644
--- a/README.md
+++ b/README.md
@@ -526,8 +526,8 @@ void my_push_handler(void *privdata, void *reply) {
void my_async_push_handler(redisAsyncContext *ac, void *reply) {
/* Handle the reply */
- /* Note: Because async hiredis always frees replies, you should
- not call freeReplyObject in an async push callback. */
+ /* Note: Because async hiredis always frees replies, you should
+ not call freeReplyObject in an async push callback. */
}
```