diff --git a/contracts/lib/openzeppelin-contracts/contracts/interfaces/IERC4626.sol b/contracts/lib/openzeppelin-contracts/contracts/interfaces/IERC4626.sol index 77dd96a0..749e3794 100644 --- a/contracts/lib/openzeppelin-contracts/contracts/interfaces/IERC4626.sol +++ b/contracts/lib/openzeppelin-contracts/contracts/interfaces/IERC4626.sol @@ -200,7 +200,7 @@ interface IERC4626 is IERC20, IERC20Metadata { function maxRedeem(address owner) external view returns (uint256 maxShares); /** - * @dev Allows an on-chain or off-chain user to simulate the effects of their redeemption at the current block, + * @dev Allows an on-chain or off-chain user to simulate the effects of their redemption at the current block, * given current on-chain conditions. * * - MUST return as close to and no more than the exact amount of assets that would be withdrawn in a redeem call diff --git a/contracts/lib/openzeppelin-contracts/lib/forge-std/src/interfaces/IERC4626.sol b/contracts/lib/openzeppelin-contracts/lib/forge-std/src/interfaces/IERC4626.sol index bfe3a115..c1aa39c0 100644 --- a/contracts/lib/openzeppelin-contracts/lib/forge-std/src/interfaces/IERC4626.sol +++ b/contracts/lib/openzeppelin-contracts/lib/forge-std/src/interfaces/IERC4626.sol @@ -161,7 +161,7 @@ interface IERC4626 is IERC20 { /// - MUST NOT revert. function maxRedeem(address owner) external view returns (uint256 maxShares); - /// @notice Allows an on-chain or off-chain user to simulate the effects of their redeemption at the current block, + /// @notice Allows an on-chain or off-chain user to simulate the effects of their redemption at the current block, /// given current on-chain conditions. /// @dev /// - MUST return as close to and no more than the exact amount of assets that would be withdrawn in a redeem call diff --git a/contracts/lib/reference/lib/openzeppelin-contracts/contracts/interfaces/IERC4626.sol b/contracts/lib/reference/lib/openzeppelin-contracts/contracts/interfaces/IERC4626.sol index f7c5397a..a855133c 100644 --- a/contracts/lib/reference/lib/openzeppelin-contracts/contracts/interfaces/IERC4626.sol +++ b/contracts/lib/reference/lib/openzeppelin-contracts/contracts/interfaces/IERC4626.sol @@ -204,7 +204,7 @@ interface IERC4626 is IERC20, IERC20Metadata { function maxRedeem(address owner) external view returns (uint256 maxShares); /** - * @dev Allows an on-chain or off-chain user to simulate the effects of their redeemption at the current block, + * @dev Allows an on-chain or off-chain user to simulate the effects of their redemption at the current block, * given current on-chain conditions. * * - MUST return as close to and no more than the exact amount of assets that would be withdrawn in a redeem call