From 474f1cda9a4e2055541edcba558962697f9ed850 Mon Sep 17 00:00:00 2001 From: Zaurbek Zhakupov Date: Tue, 8 Dec 2020 01:26:33 -0500 Subject: [PATCH] Fixed typos in remove.go comments --- blocks/blockstoreutil/remove.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/blocks/blockstoreutil/remove.go b/blocks/blockstoreutil/remove.go index 52a18fd0f..ae645f6fd 100644 --- a/blocks/blockstoreutil/remove.go +++ b/blocks/blockstoreutil/remove.go @@ -12,10 +12,10 @@ import ( ) // RemovedBlock is used to represent the result of removing a block. -// If a block was removed successfully than the Error string will be -// empty. If a block could not be removed than Error will contain the +// If a block was removed successfully, then the Error string will be +// empty. If a block could not be removed, then Error will contain the // reason the block could not be removed. If the removal was aborted -// due to a fatal error Hash will be empty, Error will contain the +// due to a fatal error, Hash will be empty, Error will contain the // reason, and no more results will be sent. type RemovedBlock struct { Hash string `json:",omitempty"`