Skip to content

Commit

Permalink
Fix Verb Agreement in Token Holder Update VestingWallet.sol (#5427)
Browse files Browse the repository at this point in the history
  • Loading branch information
brawncode authored Jan 20, 2025
1 parent 416c297 commit 2796f39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/finance/VestingWallet.sol
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import {Ownable} from "../access/Ownable.sol";
* Consequently, if the vesting has already started, any amount of tokens sent to this contract will (at least partly)
* be immediately releasable.
*
* By setting the duration to 0, one can configure this contract to behave like an asset timelock that hold tokens for
* By setting the duration to 0, one can configure this contract to behave like an asset timelock that holds tokens for
* a beneficiary until a specified time.
*
* NOTE: Since the wallet is {Ownable}, and ownership can be transferred, it is possible to sell unvested tokens.
Expand Down

0 comments on commit 2796f39

Please sign in to comment.