summaryrefslogtreecommitdiffstats
path: root/iredis/data/commands/lset.md
diff options
context:
space:
mode:
Diffstat (limited to 'iredis/data/commands/lset.md')
-rw-r--r--iredis/data/commands/lset.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/iredis/data/commands/lset.md b/iredis/data/commands/lset.md
index fad99ce..8f1c391 100644
--- a/iredis/data/commands/lset.md
+++ b/iredis/data/commands/lset.md
@@ -1,5 +1,5 @@
-Sets the list element at `index` to `element`. For more information on the
-`index` argument, see `LINDEX`.
+Sets the list element at `index` to `element`.
+For more information on the `index` argument, see `LINDEX`.
An error is returned for out of range indexes.