From 7e3027cf1e1a5b16e7beec4fa0d9211737e292ad Mon Sep 17 00:00:00 2001 From: Andrew Cheng Date: Fri, 24 May 2024 11:22:03 +0800 Subject: [PATCH] Update SafeCast160.sol fix typo --- src/libraries/SafeCast160.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libraries/SafeCast160.sol b/src/libraries/SafeCast160.sol index 5926036a..f88449ec 100644 --- a/src/libraries/SafeCast160.sol +++ b/src/libraries/SafeCast160.sol @@ -2,7 +2,7 @@ pragma solidity ^0.8.17; library SafeCast160 { - /// @notice Thrown when a valude greater than type(uint160).max is cast to uint160 + /// @notice Thrown when a value greater than type(uint160).max is cast to uint160 error UnsafeCast(); /// @notice Safely casts uint256 to uint160