summaryrefslogtreecommitdiff
path: root/src/commands/smismember.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/smismember.json')
-rw-r--r--src/commands/smismember.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/smismember.json b/src/commands/smismember.json
index d78787900..dbc1ddc96 100644
--- a/src/commands/smismember.json
+++ b/src/commands/smismember.json
@@ -1,6 +1,6 @@
{
"SMISMEMBER": {
- "summary": "Returns the membership associated with the given elements for a set",
+ "summary": "Determines whether multiple members belong to a set.",
"complexity": "O(N) where N is the number of elements being checked for membership",
"group": "set",
"since": "6.2.0",