summaryrefslogtreecommitdiff
path: root/src/commands/zincrby.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/zincrby.json')
-rw-r--r--src/commands/zincrby.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/zincrby.json b/src/commands/zincrby.json
index a3283a3b6..683088327 100644
--- a/src/commands/zincrby.json
+++ b/src/commands/zincrby.json
@@ -1,6 +1,6 @@
{
"ZINCRBY": {
- "summary": "Increment the score of a member in a sorted set",
+ "summary": "Increments the score of a member in a sorted set.",
"complexity": "O(log(N)) where N is the number of elements in the sorted set.",
"group": "sorted_set",
"since": "1.2.0",