From dc9f994d95957101c5041e44096dac1d5e986253 Mon Sep 17 00:00:00 2001 From: Andrey Khomenko Date: Thu, 20 Jul 2017 12:06:45 -0400 Subject: [PATCH] Update index.go --- index.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.go b/index.go index 293ec987..e85652d9 100644 --- a/index.go +++ b/index.go @@ -76,7 +76,7 @@ func (b *Batch) SetInternal(key, val []byte) { b.internal.SetInternal(key, val) } -// SetInternal adds the specified delete internal +// DeleteInternal adds the specified delete internal // operation to the batch. NOTE: the bleve Index is // not updated until the batch is executed. func (b *Batch) DeleteInternal(key []byte) {