Fix typo in Proxy.sol

This commit is contained in:
Francisco Giordano
2022-03-04 10:40:20 -03:00
committed by GitHub
parent 9bded169e8
commit f590fcdfe9

View File

@ -53,7 +53,7 @@ abstract contract Proxy {
/**
* @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 {
_beforeFallback();