Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
asim committed Jun 24, 2019
1 parent e5959f8 commit 4d08618
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion network/resolver/resolver.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ type Resolver interface {
Resolve(id string) ([]*Record, error)
}

// A resoved id
// A resolved record
type Record struct {
Address string `json:"address"`
}

0 comments on commit 4d08618

Please sign in to comment.