summaryrefslogtreecommitdiff
path: root/src/commands/pfmerge.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/pfmerge.json')
-rw-r--r--src/commands/pfmerge.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/pfmerge.json b/src/commands/pfmerge.json
index 9f1f417ff..c93070f11 100644
--- a/src/commands/pfmerge.json
+++ b/src/commands/pfmerge.json
@@ -1,6 +1,6 @@
{
"PFMERGE": {
- "summary": "Merge N different HyperLogLogs into a single one.",
+ "summary": "Merges one or more HyperLogLog values into a single key.",
"complexity": "O(N) to merge N HyperLogLogs, but with high constant times.",
"group": "hyperloglog",
"since": "2.8.9",