docs: fixed jsdocs typo (#4026)
This commit is contained in:
parent
38ee3195b0
commit
9a14709def
@ -574,7 +574,7 @@ export class EnsResolver {
|
||||
if (currentName === "" || currentName === ".") { return null; }
|
||||
|
||||
// Optimization since the eth node cannot change and does
|
||||
// not have a wildcar resolver
|
||||
// not have a wildcard resolver
|
||||
if (name !== "eth" && currentName === "eth") { return null; }
|
||||
|
||||
// Check the current node for a resolver
|
||||
|
Loading…
Reference in New Issue
Block a user