Fixed comment typo (#2372)

pull/2376/head
James Zaki 4 years ago committed by GitHub
parent 08dfaab829
commit 8108f2f9b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      contracts/proxy/TransparentUpgradeableProxy.sol

@ -23,7 +23,7 @@ import "./UpgradeableProxy.sol";
* 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,
* 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 {
/**

Loading…
Cancel
Save