We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bf6e02 commit 121b89cCopy full SHA for 121b89c
src/interfaces/IERC4626.sol
@@ -138,7 +138,7 @@ interface IERC4626 is IERC20 {
138
/// - MUST NOT revert.
139
///
140
/// NOTE: any unfavorable discrepancy between convertToShares and previewWithdraw SHOULD be considered slippage in
141
- /// 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.
142
function previewWithdraw(uint256 assets) external view returns (uint256 shares);
143
144
/// @notice Burns shares from owner and sends exactly assets of underlying tokens to receiver.
0 commit comments