Skip to content

Commit 480d876

Browse files
authored
fix: grammatical errors in Vm.sol and IERC7540.sol comments (#783)
1 parent 5296536 commit 480d876

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/Vm.sol

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/interfaces/IERC7540.sol

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ interface IERC7540Deposit is IERC7540Operator {
4444
* @dev Transfers assets from sender into the Vault and submits a Request for asynchronous deposit.
4545
*
4646
* - MUST support ERC-20 approve / transferFrom on asset as a deposit Request flow.
47-
* - MUST revert if all of assets cannot be requested for deposit.
47+
* - MUST revert if all assets cannot be requested for deposit.
4848
* - owner MUST be msg.sender unless some unspecified explicit approval is given by the caller,
4949
* approval of ERC-20 tokens from owner to sender is NOT enough.
5050
*
@@ -107,7 +107,7 @@ interface IERC7540Redeem is IERC7540Operator {
107107
*
108108
* - MUST support a redeem Request flow where the control of shares is taken from sender directly
109109
* where msg.sender has ERC-20 approval over the shares of owner.
110-
* - MUST revert if all of shares cannot be requested for redeem.
110+
* - MUST revert if all shares cannot be requested for redeem.
111111
*
112112
* @param shares the amount of shares to be redeemed to transfer from owner
113113
* @param controller the controller of the request who will be able to operate the request

0 commit comments

Comments
 (0)