mirror of
https://github.com/zeek/zeek.git
synced 2025-10-07 17:18:20 +00:00
Bloom filter changes: address review feedback
This are minor stylistic changes requested in GH-2085.
This commit is contained in:
parent
a34a597e4c
commit
b61fe59f9f
2 changed files with 3 additions and 9 deletions
|
@ -160,7 +160,7 @@ function bloomfilter_add%(bf: opaque of bloomfilter, x: any%): any
|
|||
|
||||
## Decrements the counter for an element that was added to a counting bloom filter in the past.
|
||||
##
|
||||
## Note that decrement operations can use to false negatives if used on a counting bloom-filter
|
||||
## Note that decrement operations can lead to false negatives if used on a counting bloom-filter
|
||||
## that exceeded the width of its counter.
|
||||
##
|
||||
## bf: The coubting bloom filter handle.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue