Skip to content

Commit

Permalink
Update contracts/vesting/VestingWalletRecovery.sol
Browse files Browse the repository at this point in the history
Co-authored-by: Ernesto García <[email protected]>
  • Loading branch information
Amxx and ernestognw authored May 9, 2024
1 parent 0e49e38 commit 2bc8040
Showing 1 changed file with 1 addition and 1 deletion.
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 desigend for recovering the in case the beneficiary was lost.
* This contract is designed for recovering the in case the beneficiary was lost.
*/
contract VestingWalletRecovery is VestingWalletV1 {
event BeneficiaryUpdate(address newBeneficiary);
Expand Down

0 comments on commit 2bc8040

Please sign in to comment.