Skip to content

Commit d50cd46

Browse files
committed
Merge pull request redis#433 from ErikDubbelboer/spelling
Fix spelling mistake
2 parents 5ccaf61 + a2f5471 commit d50cd46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commands/pfcount.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ PFCOUNT hll some-other-hll
3131
Performances
3232
---
3333

34-
When `PFCOUNT` is called with a single key, performances as excellent even if
34+
When `PFCOUNT` is called with a single key, performances are excellent even if
3535
in theory constant times to process a dense HyperLogLog are high. This is
3636
possible because the `PFCOUNT` uses caching in order to remember the cardinality
3737
previously computed, that rarely changes because most `PFADD` operations will

0 commit comments

Comments
 (0)