From 2b262185919ca269330d37f413c4ff568d7fa26f Mon Sep 17 00:00:00 2001 From: Rob McColl Date: Mon, 17 Oct 2016 12:42:21 -0400 Subject: [PATCH] Fix NumDeletes doc copy/paste err s/Merge/Delete/g --- index/store/kvstore.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index/store/kvstore.go b/index/store/kvstore.go index 010b201f..d20f2037 100644 --- a/index/store/kvstore.go +++ b/index/store/kvstore.go @@ -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