mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-15 16:51:03 +00:00
fix spelling of unnecessary
This commit is contained in:
parent
d429d7c496
commit
a58459cf0f
1 changed files with 1 additions and 1 deletions
|
|
@ -295,7 +295,7 @@ func (b *Bitmap) Count() (n uint64) {
|
|||
func (b *Bitmap) Any() bool {
|
||||
iter, _ := b.Containers.Iterator(0)
|
||||
// TODO (jaffee) I'm not sure if it's possible/legal to have an empty
|
||||
// container, so this loop may be totally uneccesary. In theory, any empty
|
||||
// container, so this loop may be totally unnecessary. In theory, any empty
|
||||
// container should be removed from the bitmap though.
|
||||
for b := iter.Next(); b; iter.Next() {
|
||||
_, c := iter.Value()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue