summaryrefslogtreecommitdiffstats
path: root/iredis/data/commands/zremrangebylex.md
diff options
context:
space:
mode:
Diffstat (limited to 'iredis/data/commands/zremrangebylex.md')
-rw-r--r--iredis/data/commands/zremrangebylex.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/iredis/data/commands/zremrangebylex.md b/iredis/data/commands/zremrangebylex.md
index ceaf69f..cc2cf30 100644
--- a/iredis/data/commands/zremrangebylex.md
+++ b/iredis/data/commands/zremrangebylex.md
@@ -4,7 +4,7 @@ sorted set stored at `key` between the lexicographical range specified by `min`
and `max`.
The meaning of `min` and `max` are the same of the `ZRANGEBYLEX` command.
-Similarly, this command actually returns the same elements that `ZRANGEBYLEX`
+Similarly, this command actually removes the same elements that `ZRANGEBYLEX`
would return if called with the same `min` and `max` arguments.
@return