summaryrefslogtreecommitdiff
path: root/src/commands/lrem.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/lrem.json')
-rw-r--r--src/commands/lrem.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/lrem.json b/src/commands/lrem.json
index 84baeea0b..c267d3ebc 100644
--- a/src/commands/lrem.json
+++ b/src/commands/lrem.json
@@ -1,6 +1,6 @@
{
"LREM": {
- "summary": "Remove elements from a list",
+ "summary": "Removes elements from a list. Deletes the list if the last element was removed.",
"complexity": "O(N+M) where N is the length of the list and M is the number of elements removed.",
"group": "list",
"since": "1.0.0",