Преглед изворни кода

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