Fixed a typo in a comment. (#1422)

pull/1426/head
Nicolás Venturo 6 years ago committed by GitHub
parent 3bd30f7382
commit 3341dd8899
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      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

Loading…
Cancel
Save