|
@@ -12,7 +12,7 @@ import "../../utils/Address.sol";
|
|
|
* contract returns false). Tokens that return no value (and instead revert or
|
|
|
* throw on failure) are also supported, non-reverting calls are assumed to be
|
|
|
* successful.
|
|
|
- * To use this library you can add a `using SafeERC20 for ERC20;` statement to your contract,
|
|
|
+ * To use this library you can add a `using SafeERC20 for IERC20;` statement to your contract,
|
|
|
* which allows you to call the safe operations as `token.safeTransfer(...)`, etc.
|
|
|
*/
|
|
|
library SafeERC20 {
|