From d35aabfa86701ea6696aaeea63cc68090dab8976 Mon Sep 17 00:00:00 2001 From: Richard Artoul Date: Thu, 29 Nov 2018 16:39:27 -0500 Subject: [PATCH] remove double space --- roaring/roaring.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roaring/roaring.go b/roaring/roaring.go index dc80d0dcb..2bbe19feb 100644 --- a/roaring/roaring.go +++ b/roaring/roaring.go @@ -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. //