Skip to content

Commit a1aa81b

Browse files
authored
fix: incorrect documentation reference in ERC4626Fees._withdraw (#5955)
1 parent 5eb047a commit a1aa81b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contracts/mocks/docs/ERC4626Fees.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ abstract contract ERC4626Fees is ERC4626 {
5757
}
5858
}
5959

60-
/// @dev Send exit fee to {_exitFeeRecipient}. See {IERC4626-_deposit}.
60+
/// @dev Send exit fee to {_exitFeeRecipient}. See {IERC4626-_withdraw}.
6161
function _withdraw(
6262
address caller,
6363
address receiver,

0 commit comments

Comments
 (0)