summaryrefslogtreecommitdiffstats
path: root/iredis/data/commands/zdiff.md
diff options
context:
space:
mode:
Diffstat (limited to 'iredis/data/commands/zdiff.md')
-rw-r--r--iredis/data/commands/zdiff.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/iredis/data/commands/zdiff.md b/iredis/data/commands/zdiff.md
index 1b587b9..d9449b7 100644
--- a/iredis/data/commands/zdiff.md
+++ b/iredis/data/commands/zdiff.md
@@ -3,8 +3,8 @@ sorted set, it is returned to the client.
@return
-@array-reply: the result of the difference (optionally with their scores, in
-case the `WITHSCORES` option is given).
+@array-reply: the result of the difference (optionally with their scores, in case
+the `WITHSCORES` option is given).
@examples