Skip to content

Commit

Permalink
fix: Added first to natspec _getFirstAssetAsCollateralId()
Browse files Browse the repository at this point in the history
  • Loading branch information
LHerskind committed Dec 10, 2021
1 parent 6f480ec commit 1b6a1df
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ library UserConfiguration {
/**
* @notice Returns the address of the first asset used as collateral by the user
* @param self The configuration object
* @return The index of the collateral asset inside the list of reserves
* @return The index of the first collateral asset inside the list of reserves
*/
function _getFirstAssetAsCollateralId(DataTypes.UserConfigurationMap memory self)
internal
Expand Down

0 comments on commit 1b6a1df

Please sign in to comment.