Skip to content

Commit bb11d04

Browse files
committed
Fixing name.
1 parent 7c7ad4f commit bb11d04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bloom.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ func (f *BloomFilter) K() uint {
135135
return f.k
136136
}
137137

138-
// BitSet returns the underlying bit set for this filter.
138+
// BitSet returns the underlying bitset for this filter.
139139
func (f *BloomFilter) BitSet() *bitset.BitSet {
140140
return f.b
141141
}

0 commit comments

Comments
 (0)