fix BulkAdd comment

This commit is contained in:
Travis 2017-02-27 11:54:59 -06:00
parent 53a8f660a7
commit 144d64c250

View file

@ -135,7 +135,7 @@ func (c *RankCache) Add(bitmapID uint64, n uint64) {
}
}
// Add adds a bitmap to the cache unsorted you should Invalidate after completion
// BulkAdd adds a bitmap to the cache unsorted. You should Invalidate after completion.
func (c *RankCache) BulkAdd(bitmapID uint64, n uint64) {
if n < c.ThresholdValue {
return