File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments