summaryrefslogtreecommitdiff
path: root/src/commands/sort.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/sort.json')
-rw-r--r--src/commands/sort.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/sort.json b/src/commands/sort.json
index 6e1b2626e..5e117c950 100644
--- a/src/commands/sort.json
+++ b/src/commands/sort.json
@@ -1,6 +1,6 @@
{
"SORT": {
- "summary": "Sort the elements in a list, set or sorted set",
+ "summary": "Sorts the elements in a list, a set, or a sorted set, optionally storing the result.",
"complexity": "O(N+M*log(M)) where N is the number of elements in the list or set to sort, and M the number of returned elements. When the elements are not sorted, complexity is O(N).",
"group": "generic",
"since": "1.0.0",