Skip to content

Commit

Permalink
docs: minor improvement
Browse files Browse the repository at this point in the history
Co-authored-by: Quentin Garchery <QGarchery@users.noreply.github.com>
Signed-off-by: MathisGD <74971347+MathisGD@users.noreply.github.com>
  • Loading branch information
MathisGD and QGarchery authored Nov 13, 2023
1 parent 011f77c commit c88ff83
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/interfaces/IMorpho.sol
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,7 @@ interface IMorphoBase {
/// - A very high price returned by the oracle can make the computation of `maxBorrow` in `_isHealthy` overflow, or
/// the computation of `assetsRepaid` in `liquidate` overflow.
/// @dev The borrow share price of a market with less than 1e4 assets borrowed can be decreased by manipulations, to
/// the
/// point where `totalBorrowShares` is very large and borrowing overflows.
/// the point where `totalBorrowShares` is very large and borrowing overflows.
function createMarket(MarketParams memory marketParams) external;

/// @notice Supplies `assets` or `shares` on behalf of `onBehalf`, optionally calling back the caller's
Expand Down

0 comments on commit c88ff83

Please sign in to comment.