summaryrefslogtreecommitdiff
path: root/src/commands/lset.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/lset.json')
-rw-r--r--src/commands/lset.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/lset.json b/src/commands/lset.json
index 441db073c..473b02c34 100644
--- a/src/commands/lset.json
+++ b/src/commands/lset.json
@@ -1,6 +1,6 @@
{
"LSET": {
- "summary": "Set the value of an element in a list by its index",
+ "summary": "Sets the value of an element in a list by its index.",
"complexity": "O(N) where N is the length of the list. Setting either the first or the last element of the list is O(1).",
"group": "list",
"since": "1.0.0",