Fix many spelling errors (#3274)
This commit is contained in:
@ -45,7 +45,7 @@ abstract contract Proxy {
|
||||
}
|
||||
|
||||
/**
|
||||
* @dev This is a virtual function that should be overriden so it returns the address to which the fallback function
|
||||
* @dev This is a virtual function that should be overridden so it returns the address to which the fallback function
|
||||
* and {_fallback} should delegate.
|
||||
*/
|
||||
function _implementation() internal view virtual returns (address);
|
||||
@ -80,7 +80,7 @@ abstract contract Proxy {
|
||||
* @dev Hook that is called before falling back to the implementation. Can happen as part of a manual `_fallback`
|
||||
* call, or as part of the Solidity `fallback` or `receive` functions.
|
||||
*
|
||||
* If overriden should call `super._beforeFallback()`.
|
||||
* If overridden should call `super._beforeFallback()`.
|
||||
*/
|
||||
function _beforeFallback() internal virtual {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user