From 7534ddd4ad0a5857d1c56b40a269b81e6c59fd75 Mon Sep 17 00:00:00 2001 From: Tianjie Wei Date: Fri, 4 Feb 2022 09:11:10 -0800 Subject: [PATCH] Fixing comment --- contracts/mainnet/connectors/notional/main.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/mainnet/connectors/notional/main.sol b/contracts/mainnet/connectors/notional/main.sol index df4ac1ee..cb8c3447 100644 --- a/contracts/mainnet/connectors/notional/main.sol +++ b/contracts/mainnet/connectors/notional/main.sol @@ -15,7 +15,7 @@ abstract contract NotionalResolver is Events, Helpers { /** * @notice Deposit collateral into Notional, this should only be used for reducing risk of * liquidation. - * @dev Deposits into Notional are not earning fixed rates, they are earning the cToken + * @dev Deposits into Notional are not earning fixed rates, they are earning the cToken * lending rate. In order to lend at fixed rates use `depositAndLend` * @param currencyId notional defined currency id to deposit * @param useUnderlying if true, will accept a deposit in the underlying currency (i.e DAI), if false