From 8b87876094d8897ecca25cb161b9ceadc975279f Mon Sep 17 00:00:00 2001 From: Guy Korland Date: Fri, 21 Sep 2018 02:46:31 +0300 Subject: [PATCH] add missing argument to function doc --- src/t_stream.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/t_stream.c b/src/t_stream.c index 40e0c84b..a4d0efe1 100644 --- a/src/t_stream.c +++ b/src/t_stream.c @@ -1641,7 +1641,7 @@ uint64_t streamDelConsumer(streamCG *cg, sds name) { * ----------------------------------------------------------------------- */ /* XGROUP CREATE - * XGROUP SETID + * XGROUP SETID * XGROUP DESTROY * XGROUP DELCONSUMER */ void xgroupCommand(client *c) {