Update contracts/proxy/utils/Initializable.sol

pull/5337/head
Ernesto García 2 months ago committed by GitHub
parent f89da0f4c5
commit c5a3d9e99a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      contracts/proxy/utils/Initializable.sol

@ -219,7 +219,7 @@ abstract contract Initializable {
/**
* @dev Pointer to storage slot. Allows to override it with a custom storage location.
*
* NOTE: Consider following EIP-7201 formula to derive storage locations.
* NOTE: Consider following the ERC-7201 formula to derive storage locations.
*/
function _initializableStorageSlot() internal pure virtual returns (bytes32) {
return INITIALIZABLE_STORAGE;

Loading…
Cancel
Save