summaryrefslogtreecommitdiff
path: root/src/commands/rpop.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/rpop.json')
-rw-r--r--src/commands/rpop.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/rpop.json b/src/commands/rpop.json
index 4eabdf5ea..79b5a9254 100644
--- a/src/commands/rpop.json
+++ b/src/commands/rpop.json
@@ -1,6 +1,6 @@
{
"RPOP": {
- "summary": "Returns and removes the last elements of a list. Deletes the list if the lst element was popped.",
+ "summary": "Returns and removes the last elements of a list. Deletes the list if the last element was popped.",
"complexity": "O(N) where N is the number of elements returned",
"group": "list",
"since": "1.0.0",