Skip to content

Commit

Permalink
Fix typo (OpenZeppelin#3058)
Browse files Browse the repository at this point in the history
  • Loading branch information
drewbeller authored Dec 29, 2021
1 parent e9e177f commit e3391cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/proxy/Proxy.sol
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ abstract contract Proxy {
/**
* @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 {
assembly {
Expand Down

0 comments on commit e3391cd

Please sign in to comment.