summaryrefslogtreecommitdiffstats
path: root/iredis/data/commands/zunion.md
diff options
context:
space:
mode:
Diffstat (limited to 'iredis/data/commands/zunion.md')
-rw-r--r--iredis/data/commands/zunion.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/iredis/data/commands/zunion.md b/iredis/data/commands/zunion.md
index 71f737b..d77d81f 100644
--- a/iredis/data/commands/zunion.md
+++ b/iredis/data/commands/zunion.md
@@ -5,8 +5,8 @@ For a description of the `WEIGHTS` and `AGGREGATE` options, see `ZUNIONSTORE`.
@return
-@array-reply: the result of union (optionally with their scores, in case the
-`WITHSCORES` option is given).
+@array-reply: the result of union (optionally with their scores, in case
+the `WITHSCORES` option is given).
@examples