mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-03-03 01:53:48 +00:00
swarm/api: fix typo (#17500)
This commit is contained in:
parent
f0488e80f7
commit
1acefafe22
1 changed files with 1 additions and 1 deletions
|
|
@ -111,7 +111,7 @@ func (e *NoResolverError) Error() string {
|
|||
}
|
||||
|
||||
// MultiResolver is used to resolve URL addresses based on their TLDs.
|
||||
// Each TLD can have multiple resolvers, and the resoluton from the
|
||||
// Each TLD can have multiple resolvers, and the resolution from the
|
||||
// first one in the sequence will be returned.
|
||||
type MultiResolver struct {
|
||||
resolvers map[string][]ResolveValidator
|
||||
|
|
|
|||
Loading…
Reference in a new issue