This commit is contained in:
Drew Beller
2021-12-28 16:52:00 -08:00
committed by GitHub
parent e9e177f53b
commit e3391cd65f

View File

@ -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 {