0
0
Fork 0

Update index.go

This commit is contained in:
Andrey Khomenko 2017-07-20 12:06:45 -04:00 committed by GitHub
parent 174f8ed44a
commit dc9f994d95
1 changed files with 1 additions and 1 deletions

View File

@ -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) {