Skip to content

Commit ff1e46b

Browse files
committed
Fix for something completely unrelated
1 parent 18348da commit ff1e46b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/develop/data-types/probabilistic/configuration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,11 @@ Not optimizing a filter for its intended use will result in degradation of perfo
5959

6060
### bf-error-rate
6161

62-
Default error ratio for Bloom filters.
62+
Default false positive rate for Bloom filters.
6363

6464
Type: double
6565

66-
Valid range: `[0 .. 1]`
66+
Valid range: `(0 .. 1)`. Though the valid range is `(0 .. 1)` (corresponding to `> 0%` to `< 100%` false positive rate), any value greater than `0.25` is treated as `0.25`.
6767

6868
Default: `0.01`
6969

0 commit comments

Comments
 (0)