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