summaryrefslogtreecommitdiffstats
path: root/iredis/data/commands/strlen.md
diff options
context:
space:
mode:
Diffstat (limited to 'iredis/data/commands/strlen.md')
-rw-r--r--iredis/data/commands/strlen.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/iredis/data/commands/strlen.md b/iredis/data/commands/strlen.md
index 99a9c55..e504180 100644
--- a/iredis/data/commands/strlen.md
+++ b/iredis/data/commands/strlen.md
@@ -1,5 +1,5 @@
-Returns the length of the string value stored at `key`. An error is returned
-when `key` holds a non-string value.
+Returns the length of the string value stored at `key`.
+An error is returned when `key` holds a non-string value.
@return