Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
Amxx committed May 13, 2024
1 parent ea128e2 commit 42adfd9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion contracts/vesting/VestingWalletRecovery.sol
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ pragma solidity ^0.8.9;
import "./VestingWalletV1.sol";

/**
* This contract is designed for recovering the in case the beneficiary was lost.
* This contract is designed for recovery in case the beneficiary was lost.
*/
contract VestingWalletRecovery is VestingWalletV1 {
event BeneficiaryUpdate(address newBeneficiary);
Expand Down
2 changes: 1 addition & 1 deletion contracts/vesting/VestingWalletRecoveryLight.sol
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import "@openzeppelin/contracts/utils/Address.sol";
import "@openzeppelin/contracts/utils/StorageSlot.sol";

/**
* This contract is designed for recovering the in case the beneficiary was lost.
* This contract is designed for recovery in case the beneficiary was lost.
*/
contract VestingWalletRecoveryLight {
/// Storage
Expand Down

0 comments on commit 42adfd9

Please sign in to comment.