summaryrefslogtreecommitdiff
path: root/src/commands/zcard.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/zcard.json')
-rw-r--r--src/commands/zcard.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/zcard.json b/src/commands/zcard.json
index f80a01007..58683a487 100644
--- a/src/commands/zcard.json
+++ b/src/commands/zcard.json
@@ -1,6 +1,6 @@
{
"ZCARD": {
- "summary": "Get the number of members in a sorted set",
+ "summary": "Returns the number of members in a sorted set.",
"complexity": "O(1)",
"group": "sorted_set",
"since": "1.2.0",