diff --git a/commands.json b/commands.json index c95dc374..01781050 100644 --- a/commands.json +++ b/commands.json @@ -11553,7 +11553,7 @@ ] }, "RPUSHX": { - "summary": "Appends an element to a list only when the list exists.", + "summary": "Appends one or more elements to a list only when the list exists.", "since": "2.2.0", "group": "list", "complexity": "O(1) for each element added, so O(N) to add N elements when the command is called with multiple arguments.",