diff --git a/contracts/interfaces/IwBETH.sol b/contracts/interfaces/IwBETH.sol index 0a179c3..4e6dc86 100644 --- a/contracts/interfaces/IwBETH.sol +++ b/contracts/interfaces/IwBETH.sol @@ -19,8 +19,8 @@ pragma solidity ^0.8.0; */ interface IwBETH { /** - * @notice Get amount of BETH for 1 wBETH - * @return Amount of BETH for 1 wBETH + * @notice Get amount of ETH for 1 wBETH + * @return Amount of ETH for 1 wBETH */ function exchangeRate() external view returns (uint256); }