From 4140221b1af58ddeab70c5f741b56b6b35c0229e Mon Sep 17 00:00:00 2001 From: Hadrien Croubois Date: Wed, 2 Aug 2023 10:52:15 +0200 Subject: [PATCH] Update contracts/proxy/utils/UUPSUpgradeable.sol --- contracts/proxy/utils/UUPSUpgradeable.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/proxy/utils/UUPSUpgradeable.sol b/contracts/proxy/utils/UUPSUpgradeable.sol index c861078400b..f08e61c1e8b 100644 --- a/contracts/proxy/utils/UUPSUpgradeable.sol +++ b/contracts/proxy/utils/UUPSUpgradeable.sol @@ -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.