Skip to content

Commit

Permalink
Fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
sleeepyjack committed Sep 26, 2024
1 parent 591df5a commit 446e6bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/cuco/bloom_filter.cuh
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ namespace cuco {
* - Host-side "bulk" operations
* - Device-side "singular" operations
*
* The host-side bulk operations include `add`, `test`, etc. These APIs should be used when
* The host-side bulk operations include `add`, `contains`, etc. These APIs should be used when
* there are a large number of keys to add or lookup. For example, given a range of keys
* specified by device-accessible iterators, the bulk `add` function will add all keys into
* the filter.
Expand Down

0 comments on commit 446e6bb

Please sign in to comment.