Skip to content

Commit ca6f95a

Browse files
authored
Improve documentation in UUPSUpgradeable (#3606)
1 parent d514cdd commit ca6f95a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contracts/proxy/utils/UUPSUpgradeable.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ abstract contract UUPSUpgradeable is IERC1822Proxiable, ERC1967Upgrade {
4646

4747
/**
4848
* @dev Implementation of the ERC1822 {proxiableUUID} function. This returns the storage slot used by the
49-
* implementation. It is used to validate that the this implementation remains valid after an upgrade.
49+
* implementation. It is used to validate the implementation's compatibility when performing an upgrade.
5050
*
5151
* IMPORTANT: A proxy pointing at a proxiable contract should not be considered proxiable itself, because this risks
5252
* bricking a proxy that upgrades to it, by delegating to itself until out of gas. Thus it is critical that this

0 commit comments

Comments
 (0)