Skip to content

Commit b868ca1

Browse files
authored
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."
1 parent 9da25c5 commit b868ca1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

accounts/accounts.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ const (
4646
// accounts (derived from the same seed).
4747
type Wallet interface {
4848
// URL retrieves the canonical path under which this wallet is reachable. It is
49-
// user by upper layers to define a sorting order over all wallets from multiple
49+
// used by upper layers to define a sorting order over all wallets from multiple
5050
// backends.
5151
URL() URL
5252

0 commit comments

Comments
 (0)