Update docs
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
// SPDX-License-Identifier: MIT
|
||||
// OpenZeppelin Contracts v4.4.1 (utils/math/SafeMath.sol)
|
||||
// OpenZeppelin Contracts (last updated v4.6.0) (utils/math/SafeMath.sol)
|
||||
|
||||
pragma solidity ^0.8.0;
|
||||
|
||||
@ -28,7 +28,7 @@ library SafeMath {
|
||||
}
|
||||
|
||||
/**
|
||||
* @dev Returns the substraction of two unsigned integers, with an overflow flag.
|
||||
* @dev Returns the subtraction of two unsigned integers, with an overflow flag.
|
||||
*
|
||||
* _Available since v3.4._
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user