0
0
Fork 0

Merge pull request #621 from xomaczar/patch-1

Typo index.go
This commit is contained in:
Marty Schoch 2018-01-04 10:52:38 -05:00 committed by GitHub
commit 53a7575530
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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) {