From f2a10de1385e47089aa572304a6e2244a0e88572 Mon Sep 17 00:00:00 2001 From: Llydo1 <94525521+Llydo1@users.noreply.github.com> Date: Thu, 15 Dec 2022 17:41:22 +0700 Subject: [PATCH] fix small typo --- contracts/v0.4/ERC677Token.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.