summaryrefslogtreecommitdiff
path: root/src/commands/sdiffstore.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/sdiffstore.json')
-rw-r--r--src/commands/sdiffstore.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/sdiffstore.json b/src/commands/sdiffstore.json
index 8ba88e627..94b2d242d 100644
--- a/src/commands/sdiffstore.json
+++ b/src/commands/sdiffstore.json
@@ -1,6 +1,6 @@
{
"SDIFFSTORE": {
- "summary": "Subtract multiple sets and store the resulting set in a key",
+ "summary": "Stores the difference of multiple sets in a key.",
"complexity": "O(N) where N is the total number of elements in all given sets.",
"group": "set",
"since": "1.0.0",