From b7c250b7cb4669448cfab5535c4ff70b94a15635 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Venturo?= Date: Thu, 16 May 2019 17:08:47 -0300 Subject: [PATCH] Fix typo. --- contracts/token/ERC777/IERC777.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/token/ERC777/IERC777.sol b/contracts/token/ERC777/IERC777.sol index e3d30df3f..6aaac74b2 100644 --- a/contracts/token/ERC777/IERC777.sol +++ b/contracts/token/ERC777/IERC777.sol @@ -58,7 +58,7 @@ interface IERC777 { function burn(uint256 amount, bytes calldata data) external; /** - * @devs Returns true if an account is an operator of `tokenHolder`. + * @dev Returns true if an account is an operator of `tokenHolder`. * Operators can send and burn tokens on behalf of their owners. All * accounts are their own operator. *