Skip to content

Commit

Permalink
Merge pull request #7811 from zaurbek/doc/blocks/remove.go
Browse files Browse the repository at this point in the history
docs: fixed typos and commas in blocks/blockstoreutil's RemoveBlock comments
  • Loading branch information
aschmahmann authored Jan 13, 2021
2 parents 28a2986 + 474f1cd commit 0d63fbb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions blocks/blockstoreutil/remove.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"`
Expand Down

0 comments on commit 0d63fbb

Please sign in to comment.