summaryrefslogtreecommitdiffstats
path: root/iredis/data/commands/hvals.md
diff options
context:
space:
mode:
Diffstat (limited to 'iredis/data/commands/hvals.md')
-rw-r--r--iredis/data/commands/hvals.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/iredis/data/commands/hvals.md b/iredis/data/commands/hvals.md
index 1dbe950..5526959 100644
--- a/iredis/data/commands/hvals.md
+++ b/iredis/data/commands/hvals.md
@@ -2,8 +2,8 @@ Returns all values in the hash stored at `key`.
@return
-@array-reply: list of values in the hash, or an empty list when `key` does not
-exist.
+@array-reply: list of values in the hash, or an empty list when `key` does
+not exist.
@examples