Skip to content

Commit

Permalink
Fixed comment in ReserveLogic
Browse files Browse the repository at this point in the history
  • Loading branch information
The-3D committed Nov 10, 2020
1 parent 643ed2f commit fed8c79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/libraries/logic/ReserveLogic.sol
Expand Up @@ -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
**/
Expand Down

0 comments on commit fed8c79

Please sign in to comment.