Unverified Commit e3391cd6 by Drew Beller Committed by GitHub

Fix typo (#3058)

parent e9e177f5
...@@ -17,7 +17,7 @@ abstract contract Proxy { ...@@ -17,7 +17,7 @@ abstract contract Proxy {
/** /**
* @dev Delegates the current call to `implementation`. * @dev Delegates the current call to `implementation`.
* *
* This function does not return to its internall call site, it will return directly to the external caller. * This function does not return to its internal call site, it will return directly to the external caller.
*/ */
function _delegate(address implementation) internal virtual { function _delegate(address implementation) internal virtual {
assembly { assembly {
......
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