From fed8c7988464a0febb711941392c6e32d07ae998 Mon Sep 17 00:00:00 2001 From: The3D Date: Tue, 10 Nov 2020 16:52:34 +0100 Subject: [PATCH] Fixed comment in ReserveLogic --- contracts/libraries/logic/ReserveLogic.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/libraries/logic/ReserveLogic.sol b/contracts/libraries/logic/ReserveLogic.sol index 63cc0dd6..96cdbc40 100644 --- a/contracts/libraries/logic/ReserveLogic.sol +++ b/contracts/libraries/logic/ReserveLogic.sol @@ -76,7 +76,7 @@ library ReserveLogic { /** * @dev returns the ongoing normalized income for the reserve. * a value of 1e27 means there is no income. As time passes, the income is accrued. - * A value of 2*1e27 means for each unit of assset two units of income have been accrued. + * A value of 2*1e27 means for each unit of asset one unit of income has been accrued. * @param reserve the reserve object * @return the normalized income. expressed in ray **/