Skip to content

Commit

Permalink
Fixing name.
Browse files Browse the repository at this point in the history
  • Loading branch information
lemire committed Sep 30, 2021
1 parent 7c7ad4f commit bb11d04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bloom.go
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ func (f *BloomFilter) K() uint {
return f.k
}

// BitSet returns the underlying bit set for this filter.
// BitSet returns the underlying bitset for this filter.
func (f *BloomFilter) BitSet() *bitset.BitSet {
return f.b
}
Expand Down

0 comments on commit bb11d04

Please sign in to comment.