From 3341dd88994ee468c6b36a1affa4608dedab7a08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Venturo?= Date: Tue, 16 Oct 2018 17:20:55 -0300 Subject: [PATCH] Fixed a typo in a comment. (#1422) --- contracts/introspection/ERC165.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/introspection/ERC165.sol b/contracts/introspection/ERC165.sol index 0c8637297..60bcd53f3 100644 --- a/contracts/introspection/ERC165.sol +++ b/contracts/introspection/ERC165.sol @@ -42,7 +42,7 @@ contract ERC165 is IERC165 { } /** - * @dev private method for registering an interface + * @dev internal method for registering an interface */ function _registerInterface(bytes4 interfaceId) internal