Fixed comment in ReserveLogic

This commit is contained in:
The3D 2020-11-10 16:52:34 +01:00
parent 643ed2f9bc
commit fed8c79884

View File

@ -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
**/