docs: fix typo in jsdocs

This commit is contained in:
Richard Moore 2023-09-12 21:28:45 -04:00
parent dcea9b3536
commit c7f8abefa4

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