Skip to content

Commit bc34adf

Browse files
committed
Remove unique from Count doc
1 parent 720d1ae commit bc34adf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

filter.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ func (f *Filter) Test(s string) bool {
117117
return f.TestByte(b)
118118
}
119119

120-
// Count returns an estimate of the number of unique elements in this filter.
120+
// Count returns an estimate of the number of elements in this filter.
121121
func (f *Filter) Count() int64 {
122122
return f.count
123123
}

0 commit comments

Comments
 (0)