Skip to content

Commit

Permalink
Doc fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
sleeepyjack committed Aug 29, 2024
1 parent 07504db commit 14e0bc3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion include/cuco/bloom_filter.cuh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 14e0bc3

Please sign in to comment.