From ee1312f2add224eafcf0c7e193d5d818aa34c84f Mon Sep 17 00:00:00 2001 From: Daniel Thayer Date: Tue, 10 Sep 2013 11:20:18 -0500 Subject: [PATCH] Fix an error seen when building documentation --- src/probabilistic/cardinality-counter.bif | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 ##