diff --git a/src.ts/providers/ens-resolver.ts b/src.ts/providers/ens-resolver.ts index 87688b0ed..e418f1dfe 100644 --- a/src.ts/providers/ens-resolver.ts +++ b/src.ts/providers/ens-resolver.ts @@ -305,7 +305,7 @@ export class EnsResolver { } /** - * Resolves to the EIP-643 text record for %%key%%, or ``null`` + * Resolves to the EIP-634 text record for %%key%%, or ``null`` * if unconfigured. */ async getText(key: string): Promise {