diff --git a/contracts/v0.4/ERC677Token.sol b/contracts/v0.4/ERC677Token.sol index a1af616..8b26e0c 100644 --- a/contracts/v0.4/ERC677Token.sol +++ b/contracts/v0.4/ERC677Token.sol @@ -8,7 +8,7 @@ import "./token/ERC677Receiver.sol"; contract ERC677Token is ERC677 { /** - * @dev transfer token to a contract address with additional data if the recipient is a contact. + * @dev transfer token to a contract address with additional data if the recipient is a contract. * @param _to The address to transfer to. * @param _value The amount to be transferred. * @param _data The extra data to be passed to the receiving contract.