From 6f23efa97056e643cefceedf86fdf1206b6840fb Mon Sep 17 00:00:00 2001 From: Francisco Giordano Date: Tue, 5 Oct 2021 11:12:51 -0300 Subject: [PATCH] Review wording of SafeMath need in Solidity 0.8 (#2898) --- contracts/utils/math/SafeMath.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/utils/math/SafeMath.sol b/contracts/utils/math/SafeMath.sol index 112eed1a8..7dfad5255 100644 --- a/contracts/utils/math/SafeMath.sol +++ b/contracts/utils/math/SafeMath.sol @@ -9,7 +9,7 @@ pragma solidity ^0.8.0; /** * @dev Wrappers over Solidity's arithmetic operations. * - * NOTE: `SafeMath` is no longer needed starting with Solidity 0.8. The compiler + * NOTE: `SafeMath` is generally not needed starting with Solidity 0.8, since the compiler * now has built in overflow checking. */ library SafeMath {