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