Skip to content

Commit

Permalink
fix comment grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
steveyen committed Aug 19, 2015
1 parent 882b4f0 commit d478779
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pindex_bleve.go
Original file line number Diff line number Diff line change
Expand Up @@ -771,8 +771,8 @@ func (t *BleveDestPartition) applyBatchUnlocked() error {
}
}

// TODO: Would good to reuse batch's memory; but, would need some
// public Reset() kind of method on bleve.Batch?
// TODO: Would be good to reuse batch's memory; but, would need
// some public Reset() kind of method on bleve.Batch?
t.batch = t.bindex.NewBatch()

if t.buf != nil {
Expand Down

0 comments on commit d478779

Please sign in to comment.