mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-05 16:15:56 +00:00
remove double space
This commit is contained in:
parent
d6e2d07687
commit
d35aabfa86
1 changed files with 1 additions and 1 deletions
|
|
@ -509,7 +509,7 @@ func (b *Bitmap) unionIntoTargetSingle(target *Bitmap, other *Bitmap) {
|
|||
// key together, perform the union, mark the unioned containers as "handled" and then move on to the next
|
||||
// batch of containers that share the same key.
|
||||
//
|
||||
// We repeat this process until every single bitmaps current container has been "handled". Then we start the
|
||||
// We repeat this process until every single bitmaps current container has been "handled". Then we start the
|
||||
// outer loop over again and the process repeats until we've iterated through every container in every bitmap
|
||||
// and unioned everything into a single target bitmap.
|
||||
//
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue