From 5a0046e6806e038ac38572a61a219602534731a6 Mon Sep 17 00:00:00 2001 From: NftCryptoHunter007 Date: Mon, 9 Feb 2026 20:12:09 +0800 Subject: [PATCH] docs: fix IERC7575 previewWithdraw comment --- src/interfaces/IERC7575.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/interfaces/IERC7575.sol b/src/interfaces/IERC7575.sol index 59b8ed9b..35f0075d 100644 --- a/src/interfaces/IERC7575.sol +++ b/src/interfaces/IERC7575.sol @@ -167,7 +167,7 @@ interface IERC7575 is IERC165 { * - MUST NOT revert. * * NOTE: any unfavorable discrepancy between convertToShares and previewWithdraw SHOULD be considered slippage in - * share price or some other type of condition, meaning the depositor will lose assets by depositing. + * share price or some other type of condition, meaning the depositor will lose assets by withdrawing. */ function previewWithdraw(uint256 assets) external view returns (uint256 shares);