Skip to content

Commit

Permalink
Correct documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
shapeshed committed Sep 18, 2020
1 parent 2809d17 commit d6e64a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contracts/liquidator/Liquidator.sol
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ contract Liquidator is
}

/**
* @dev Propose a new or update existing module
* @dev Add a liquidation
* @param _bAsset The _bAsset
* @param _integration The integration contract address for the _bAsset
* @param _amount The amount to be sold
Expand All @@ -85,7 +85,7 @@ contract Liquidator is
}

/**
* @dev Get the liquidation for a bAsset
* @dev Get a liquidation
* @param _bAsset Address for the underlying bAsset
* @return liquidation The liquidation data
*/
Expand Down

0 comments on commit d6e64a9

Please sign in to comment.