From 1529362addfd9c351e62c9d167f214a7413d4b05 Mon Sep 17 00:00:00 2001 From: King Date: Tue, 31 Dec 2024 18:47:34 +0100 Subject: [PATCH] typo fix Error.sol --- src/libraries/Error.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libraries/Error.sol b/src/libraries/Error.sol index 2eb496e7c..02236a397 100644 --- a/src/libraries/Error.sol +++ b/src/libraries/Error.sol @@ -32,7 +32,7 @@ error NotOrigin(); error DataTooLarge(uint256 dataLength, uint256 maxDataLength); /// @dev The provided is not a contract and was expected to be -/// @param addr The adddress in question +/// @param addr The address in question error NotContract(address addr); /// @dev The merkle proof provided was too long