Skip to content

Commit

Permalink
upgrade_mechanism.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Ihor Barenblat committed Apr 29, 2020
1 parent 736ff39 commit 665b860
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/upgrade_mechanism.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Use it for a better understanding.

`Proxy` implements `Upgradeable` interface: `master` of Proxy can change its target.

Proxy have a fallback function that performs a delegatecall to the contract implementation and return whatever the implementation call returns
Proxy has a fallback function that performs a delegatecall to the contract implementation and returns whatever the implementation call returns.

There is some type of calls that Proxy must intercept without uncheck submitting to processing to a fallback function: calling the `initialize` function (in the right way this function will be called from proxy contract directly) and functions of `UpgradeableMaster` interface (that is a reason why Proxy implements it).

Expand Down

0 comments on commit 665b860

Please sign in to comment.