Skip to content

Commit

Permalink
Update contracts/proxy/utils/UUPSUpgradeable.sol
Browse files Browse the repository at this point in the history
  • Loading branch information
Amxx authored and ernestognw committed Aug 2, 2023
1 parent abf5674 commit 2c6e24a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/proxy/utils/UUPSUpgradeable.sol
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ abstract contract UUPSUpgradeable is IERC1822Proxiable {
function _authorizeUpgrade(address newImplementation) internal virtual;

/**
* @dev Performs ab implementation upgrade with a security check for UUPS proxies, and additional setup call.
* @dev Performs an implementation upgrade with a security check for UUPS proxies, and additional setup call.
*
* As a security check, {proxiableUUID} is invoked in the new implementation, and the return value
* is expected to be the implementation slot in ERC1967.
Expand Down

0 comments on commit 2c6e24a

Please sign in to comment.