From ee78f6798530da3c4d97cd6ce34cdce91f2a0d3b Mon Sep 17 00:00:00 2001 From: Rob Date: Fri, 15 Jun 2018 11:08:28 -0400 Subject: [PATCH] fixing comment - changing '_to' to '_spender' (#1007) --- contracts/token/ERC827/ERC827Token.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/token/ERC827/ERC827Token.sol b/contracts/token/ERC827/ERC827Token.sol index e5544b86c..cb24d6a50 100644 --- a/contracts/token/ERC827/ERC827Token.sol +++ b/contracts/token/ERC827/ERC827Token.sol @@ -26,7 +26,7 @@ contract ERC827Token is ERC827, StandardToken { * https://github.com/ethereum/EIPs/issues/20#issuecomment-263524729 * @param _spender The address that will spend the funds. * @param _value The amount of tokens to be spent. - * @param _data ABI-encoded contract call to call `_to` address. + * @param _data ABI-encoded contract call to call `_spender` address. * @return true if the call function was executed successfully */ function approveAndCall(