Fixed a typo in a comment. (#1422)

This commit is contained in:
Nicolás Venturo
2018-10-16 17:20:55 -03:00
committed by GitHub
parent 3bd30f7382
commit 3341dd8899

View File

@ -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