Skip to content

Commit

Permalink
accounts: correct spelling mistake (#24323)
Browse files Browse the repository at this point in the history
I believe the sentence is attempting to explain that the URL is "[used] by upper layers to define a sorting order over all wallets from multiple backends."
  • Loading branch information
B-Harden committed Feb 1, 2022
1 parent 9da25c5 commit b868ca1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion accounts/accounts.go
Expand Up @@ -46,7 +46,7 @@ const (
// accounts (derived from the same seed).
type Wallet interface {
// URL retrieves the canonical path under which this wallet is reachable. It is
// user by upper layers to define a sorting order over all wallets from multiple
// used by upper layers to define a sorting order over all wallets from multiple
// backends.
URL() URL

Expand Down

0 comments on commit b868ca1

Please sign in to comment.