Unverified Commit f590fcdf by Francisco Giordano Committed by GitHub

Fix typo in Proxy.sol

parent 9bded169
...@@ -53,7 +53,7 @@ abstract contract Proxy { ...@@ -53,7 +53,7 @@ abstract contract Proxy {
/** /**
* @dev Delegates the current call to the address returned by `_implementation()`. * @dev Delegates the current call to the address returned by `_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 _fallback() internal virtual { function _fallback() internal virtual {
_beforeFallback(); _beforeFallback();
......
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