Skip to content
Draft
Show file tree
Hide file tree
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 CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

### Pragma changes

- Reduced pragma requirement of interface files
- Reduced pragma requirement of interface files.

### Changes by category

Expand Down
2 changes: 1 addition & 1 deletion contracts/mocks/docs/ERC4626Fees.sol
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ abstract contract ERC4626Fees is ERC4626 {
}
}

/// @dev Send exit fee to {_exitFeeRecipient}. See {IERC4626-_deposit}.
/// @dev Send exit fee to {_exitFeeRecipient}. See {IERC4626-_withdraw}.
function _withdraw(
address caller,
address receiver,
Expand Down