Commit a4c80367 by github-actions

Merge upstream master into patched/master

parents 6eb8a15d e3391cd6
...@@ -17,7 +17,7 @@ abstract contract Proxy { ...@@ -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 {
......
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