diff --git a/src/probabilistic/cardinality-counter.bif b/src/probabilistic/cardinality-counter.bif index 4d5316c9a3..5201ce95bb 100644 --- a/src/probabilistic/cardinality-counter.bif +++ b/src/probabilistic/cardinality-counter.bif @@ -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 ##