Skip to content

Commit 0d63fbb

Browse files
authored
Merge pull request #7811 from zaurbek/doc/blocks/remove.go
docs: fixed typos and commas in blocks/blockstoreutil's RemoveBlock comments
2 parents 28a2986 + 474f1cd commit 0d63fbb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

blocks/blockstoreutil/remove.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ import (
1212
)
1313

1414
// 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
1717
// 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
1919
// reason, and no more results will be sent.
2020
type RemovedBlock struct {
2121
Hash string `json:",omitempty"`

0 commit comments

Comments
 (0)