docs: typo in jsdocs for eip number (#3992)

This commit is contained in:
Richard Moore 2023-06-07 20:14:12 -04:00
parent 8dd21f0333
commit c448458633

@ -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<null | string> {