0
0

Fix NumDeletes doc copy/paste err s/Merge/Delete/g

This commit is contained in:
Rob McColl 2016-10-17 12:42:21 -04:00 committed by GitHub
parent 77b79a2684
commit 2b26218591

View File

@ -130,7 +130,7 @@ type KVBatchOptions struct {
// the KVBatch.
NumSets int
// NumMerges is the number of Merge() calls the caller will invoke
// NumDeletes is the number of Delete() calls the caller will invoke
// on the KVBatch.
NumDeletes int