summaryrefslogtreecommitdiff
path: root/src/commands/sunion.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/sunion.json')
-rw-r--r--src/commands/sunion.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/sunion.json b/src/commands/sunion.json
index 3873a6a39..56f2b9e9b 100644
--- a/src/commands/sunion.json
+++ b/src/commands/sunion.json
@@ -1,6 +1,6 @@
{
"SUNION": {
- "summary": "Add multiple sets",
+ "summary": "Returns the union of multiple sets.",
"complexity": "O(N) where N is the total number of elements in all given sets.",
"group": "set",
"since": "1.0.0",