Skip to content

Commit

Permalink
Review wording of SafeMath need in Solidity 0.8 (#2898)
Browse files Browse the repository at this point in the history
  • Loading branch information
frangio committed Oct 5, 2021
1 parent 1b27c13 commit 6f23efa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/utils/math/SafeMath.sol
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 6f23efa

Please sign in to comment.