Fixed a typo in a comment. (#1422)

(cherry picked from commit 3341dd8899)
This commit is contained in:
Nicolás Venturo
2018-10-16 17:20:55 -03:00
committed by Leo Arias
parent 1b79b536cd
commit 2514959f34

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