Unverified Commit 3341dd88 by Nicolás Venturo Committed by GitHub

Fixed a typo in a comment. (#1422)

parent 3bd30f73
...@@ -42,7 +42,7 @@ contract ERC165 is IERC165 { ...@@ -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) function _registerInterface(bytes4 interfaceId)
internal internal
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment