docs: fix typo in jsdocs
This commit is contained in:
parent
dcea9b3536
commit
c7f8abefa4
@ -1229,7 +1229,7 @@ export class Interface {
|
|||||||
* Parses a revert data, finding the matching error and extracts
|
* Parses a revert data, finding the matching error and extracts
|
||||||
* the parameter values along with other useful error details.
|
* 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 {
|
parseError(data: BytesLike): null | ErrorDescription {
|
||||||
const hexData = hexlify(data);
|
const hexData = hexlify(data);
|
||||||
|
Loading…
Reference in New Issue
Block a user