Fix an error seen when building documentation

This commit is contained in:
Daniel Thayer 2013-09-10 11:20:18 -05:00
parent 7c1dffa66f
commit ee1312f2ad

View file

@ -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
##