ソースを参照

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