mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-10 23:11:01 +00:00
Fix comment
This commit is contained in:
parent
3570ec7ab6
commit
34b1f2199f
1 changed files with 1 additions and 1 deletions
|
|
@ -395,7 +395,7 @@ func (b *Bitmap) Intersect(other *Bitmap) *Bitmap {
|
|||
return output
|
||||
}
|
||||
|
||||
// Union returns the bitwise union of b and other as a new bitmap.
|
||||
// Union returns the bitwise union of b and others as a new bitmap.
|
||||
func (b *Bitmap) Union(others ...*Bitmap) *Bitmap {
|
||||
output := NewBitmap()
|
||||
if len(others) == 1 {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue