From 14e0bc31ced9ac6a89f72e4c1db78f64898caa86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20J=C3=BCnger?= Date: Thu, 29 Aug 2024 23:07:10 +0000 Subject: [PATCH] Doc fixup --- include/cuco/bloom_filter.cuh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/cuco/bloom_filter.cuh b/include/cuco/bloom_filter.cuh index 89ac651de..08e75f038 100644 --- a/include/cuco/bloom_filter.cuh +++ b/include/cuco/bloom_filter.cuh @@ -107,7 +107,8 @@ class bloom_filter { /** * @brief Constructs a statically-sized Bloom filter. * - * @note The total number of bits in the filter is determined by `BlockWords * num_blocks`. + * @note The total number of bits in the filter is determined by `block_words * num_blocks * + * sizeof(word_type) * CHAR_BIT`. * * @param num_blocks Number of sub-filters or blocks * @param pattern_bits Number of bits in a key's fingerprint