From 42adfd915e8482721a1dcd774e4dd6558ac0f8a0 Mon Sep 17 00:00:00 2001 From: Hadrien Croubois Date: Mon, 13 May 2024 11:34:12 +0200 Subject: [PATCH] up --- contracts/vesting/VestingWalletRecovery.sol | 2 +- contracts/vesting/VestingWalletRecoveryLight.sol | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/contracts/vesting/VestingWalletRecovery.sol b/contracts/vesting/VestingWalletRecovery.sol index cc9fb7c1..c9b6cc9d 100644 --- a/contracts/vesting/VestingWalletRecovery.sol +++ b/contracts/vesting/VestingWalletRecovery.sol @@ -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); diff --git a/contracts/vesting/VestingWalletRecoveryLight.sol b/contracts/vesting/VestingWalletRecoveryLight.sol index 7d3fd825..0bf75e7b 100644 --- a/contracts/vesting/VestingWalletRecoveryLight.sol +++ b/contracts/vesting/VestingWalletRecoveryLight.sol @@ -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