Skip to content

Commit

Permalink
doc: improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
peyha committed Sep 25, 2024
1 parent ccfd8f1 commit fc5728d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/PreLiquidation.sol
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import {IMorphoRepayCallback} from "../lib/morpho-blue/src/interfaces/IMorphoCal
/// @title PreLiquidation
/// @author Morpho Labs
/// @custom:contact [email protected]
/// @notice The Fixed LI, Fixed CF pre-liquidation contract for Morpho.
/// @notice The Fixed LIF, Fixed CF pre-liquidation contract for Morpho.
contract PreLiquidation is IPreLiquidation, IMorphoRepayCallback {
using SharesMathLib for uint256;
using MathLib for uint256;
Expand Down
2 changes: 1 addition & 1 deletion src/PreLiquidationFactory.sol
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import {IPreLiquidationFactory} from "./interfaces/IPreLiquidationFactory.sol";
/// @title PreLiquidationFactory
/// @author Morpho Labs
/// @custom:contact [email protected]
/// @notice The Fixed LI, Fixed CF pre-liquidation factory contract for Morpho.
/// @notice The Fixed LIF, Fixed CF pre-liquidation factory contract for Morpho.
contract PreLiquidationFactory is IPreLiquidationFactory {
/* IMMUTABLE */

Expand Down
2 changes: 1 addition & 1 deletion src/mocks/MorphoImport.sol
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// SPDX-License-Identifier: GPL-2.0-or-later
pragma solidity 0.8.19;
// Force foundry to compile Morpho Blue even though it's not imported by Metamorpho or by the tests.
// Force foundry to compile Morpho Blue even though it's not imported by PreLiquidation or by the tests.
// Morpho Blue will be compiled with its own solidity version.
// The resulting bytecode is then loaded by BaseTest.sol.

Expand Down

0 comments on commit fc5728d

Please sign in to comment.