Skip to content

Commit

Permalink
Update SafeERC20.sol (#1693)
Browse files Browse the repository at this point in the history
  • Loading branch information
nventuro committed Mar 25, 2019
1 parent cf7375d commit 7ccd224
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/token/ERC20/SafeERC20.sol
Expand Up @@ -45,7 +45,7 @@ library SafeERC20 {

/**
* @dev Imitates a Solidity high-level call (i.e. a regular function call to a contract), relaxing the requirement
* on the return value: the return value is optional (but if data is returned, it must equal true).
* on the return value: the return value is optional (but if data is returned, it must not be false).
* @param token The token targeted by the call.
* @param data The call data (encoded using abi.encode or one of its variants).
*/
Expand Down

0 comments on commit 7ccd224

Please sign in to comment.