File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -12,10 +12,10 @@ import (
12
12
)
13
13
14
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
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
19
// reason, and no more results will be sent.
20
20
type RemovedBlock struct {
21
21
Hash string `json:",omitempty"`
You can’t perform that action at this time.
0 commit comments