accounts: correct spelling mistake (#24323)

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."
This commit is contained in:
Brandon Harden
2022-02-01 03:36:39 -06:00
committed by GitHub
parent 9da25c5db7
commit b868ca1790

View File

@ -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