mirror of
https://github.com/zeek/zeek.git
synced 2025-10-13 12:08:20 +00:00
Fix an error seen when building documentation
This commit is contained in:
parent
7c1dffa66f
commit
ee1312f2ad
1 changed files with 2 additions and 2 deletions
|
@ -63,8 +63,8 @@ function hll_cardinality_add%(handle: opaque of cardinality, elem: any%): bool
|
|||
|
||||
## Merges a HLL cardinality counter into another.
|
||||
##
|
||||
## .. note:: The same restrictions as for Bloom filter merging apply, see
|
||||
## :bro:id:`bloomfilter_merge`.
|
||||
## .. note:: The same restrictions as for Bloom filter merging apply,
|
||||
## see :bro:id:`bloomfilter_merge`.
|
||||
##
|
||||
## handle1: the first HLL handle, which will contain the merged result
|
||||
##
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue