mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-07 17:15:56 +00:00
Fix comment
This commit is contained in:
parent
a2bb87771d
commit
7a57b24b46
1 changed files with 1 additions and 1 deletions
|
|
@ -656,7 +656,7 @@ func (b *Bitmap) unionIntoTarget(target *Bitmap, others ...*Bitmap) {
|
|||
}
|
||||
}
|
||||
|
||||
// Once we've acquire a bitmap container (either by reusing the existing one
|
||||
// Once we've acquired a bitmap container (either by reusing the existing one
|
||||
// or allocating a new one) then the last step is to iterate through all the
|
||||
// other containers to see which ones have the same key, and union all of them
|
||||
// into the target bitmap container.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue