Commit 2514959f by Nicolás Venturo Committed by Leo Arias

Fixed a typo in a comment. (#1422)


(cherry picked from commit 3341dd88)
parent 1b79b536
...@@ -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