Pārlūkot izejas kodu

Fixed a typo in a comment. (#1422)

Nicolás Venturo 7 gadi atpakaļ
vecāks
revīzija
3341dd8899
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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