Skip to content

Commit

Permalink
docs: fix typo in jsdocs
Browse files Browse the repository at this point in the history
  • Loading branch information
ricmoo committed Sep 13, 2023
1 parent dcea9b3 commit c7f8abe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src.ts/abi/interface.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit c7f8abe

Please sign in to comment.