Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dovgopoly committed May 15, 2024
1 parent 82ad392 commit 26fed05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/proxy/FreezableBeaconProxy.sol
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import {StorageSlot} from "@openzeppelin/contracts/utils/StorageSlot.sol";
import {IFreezableBeaconProxy} from "../interfaces/proxy/IFreezableBeaconProxy.sol";

/**
* The FreezableBeaconProxy is a contract is a beacon proxy with freeze/unfreeze features.
* The FreezableBeaconProxy is a beacon proxy contract with freeze/unfreeze features.
* When the FreezableBeaconProxy is being frozen, the actual implementation is stored in the storage slot.
*/
contract FreezableBeaconProxy is IFreezableBeaconProxy, BeaconProxy {
Expand Down

0 comments on commit 26fed05

Please sign in to comment.