docs: fixed jsdocs typo (#4026)

This commit is contained in:
Richard Moore 2023-06-06 22:36:09 -04:00
parent 38ee3195b0
commit 9a14709def

View File

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