Skip to content

Commit 8a309ab

Browse files
Amxxernestognw
andauthored
Update documentation of helper interface (#5179)
Co-authored-by: Ernesto García <ernestognw@gmail.com>
1 parent f3825ab commit 8a309ab

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

contracts/proxy/transparent/TransparentUpgradeableProxy.sol

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,7 @@ import {ProxyAdmin} from "./ProxyAdmin.sol";
1515
* include them in the ABI so this interface must be used to interact with it.
1616
*/
1717
interface ITransparentUpgradeableProxy is IERC1967 {
18-
/**
19-
* @dev Upgrade the implementation of the proxy to `newImplementation`, and subsequently execute the function call
20-
* encoded in `data`.
21-
*
22-
* See {UUPSUpgradeable-upgradeToAndCall}
23-
*/
18+
/// @dev See {UUPSUpgradeable-upgradeToAndCall}
2419
function upgradeToAndCall(address newImplementation, bytes calldata data) external payable;
2520
}
2621

0 commit comments

Comments
 (0)