Skip to content

Commit 6f23efa

Browse files
authored
Review wording of SafeMath need in Solidity 0.8 (#2898)
1 parent 1b27c13 commit 6f23efa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contracts/utils/math/SafeMath.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ pragma solidity ^0.8.0;
99
/**
1010
* @dev Wrappers over Solidity's arithmetic operations.
1111
*
12-
* NOTE: `SafeMath` is no longer needed starting with Solidity 0.8. The compiler
12+
* NOTE: `SafeMath` is generally not needed starting with Solidity 0.8, since the compiler
1313
* now has built in overflow checking.
1414
*/
1515
library SafeMath {

0 commit comments

Comments
 (0)