浏览代码

Fixed a typo in a comment. (#1422)

Nicolás Venturo 7 年之前
父节点
当前提交
3341dd8899
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      contracts/introspection/ERC165.sol

+ 1 - 1
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