Fixed typos in remove.go comments
Zaurbek Zhakupov committed
Dec 8, 2020 at 01:26 UTC
474f1cda9a4e2055541edcba558962697f9ed850
1 file changed
+3
-3
blocks/blockstoreutil/remove.go
+3
-3
@@ -12,10 +12,10 @@ import (
12
)
13
14
// RemovedBlock is used to represent the result of removing a block.
15
-// If a block was removed successfully than the Error string will be
16
-// empty. If a block could not be removed than Error will contain the
15
+// If a block was removed successfully, then the Error string will be
16
+// empty. If a block could not be removed, then Error will contain the
17
// reason the block could not be removed. If the removal was aborted
18
-// due to a fatal error Hash will be empty, Error will contain the
18
+// due to a fatal error, Hash will be empty, Error will contain the
19
// reason, and no more results will be sent.
20
type RemovedBlock struct {
21
Hash string `json:",omitempty"`