Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/interfaces/IERC4626.sol
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ interface IERC4626 is IERC20 {
/// - 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);

/// @notice Burns shares from owner and sends exactly assets of underlying tokens to receiver.
Expand Down