Unverified Commit 8108f2f9 by James Zaki Committed by GitHub

Fixed comment typo (#2372)

parent 08dfaab8
...@@ -23,7 +23,7 @@ import "./UpgradeableProxy.sol"; ...@@ -23,7 +23,7 @@ import "./UpgradeableProxy.sol";
* to sudden errors when trying to call a function from the proxy implementation. * to sudden errors when trying to call a function from the proxy implementation.
* *
* Our recommendation is for the dedicated account to be an instance of the {ProxyAdmin} contract. If set up this way, * Our recommendation is for the dedicated account to be an instance of the {ProxyAdmin} contract. If set up this way,
* you should think of the `ProxyAdmin` instance as the real administrative inerface of your proxy. * you should think of the `ProxyAdmin` instance as the real administrative interface of your proxy.
*/ */
contract TransparentUpgradeableProxy is UpgradeableProxy { contract TransparentUpgradeableProxy is UpgradeableProxy {
/** /**
......
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