We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07f2c2d commit aeb45e9Copy full SHA for aeb45e9
src/interfaces/IERC7575.sol
@@ -167,7 +167,7 @@ interface IERC7575 is IERC165 {
167
* - MUST NOT revert.
168
*
169
* NOTE: any unfavorable discrepancy between convertToShares and previewWithdraw SHOULD be considered slippage in
170
- * 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.
171
*/
172
function previewWithdraw(uint256 assets) external view returns (uint256 shares);
173
0 commit comments