diff --git a/src.ts/abi/interface.ts b/src.ts/abi/interface.ts index 7f9c63665..3fb682c5e 100644 --- a/src.ts/abi/interface.ts +++ b/src.ts/abi/interface.ts @@ -1229,7 +1229,7 @@ export class Interface { * Parses a revert data, finding the matching error and extracts * the parameter values along with other useful error details. * - * If the matching event cannot be found, returns null. + * If the matching error cannot be found, returns null. */ parseError(data: BytesLike): null | ErrorDescription { const hexData = hexlify(data);