Skip to content

Commit

Permalink
docs: minor improvement
Browse files Browse the repository at this point in the history
Co-authored-by: makcandrov <[email protected]>
Signed-off-by: MathisGD <[email protected]>
  • Loading branch information
MathisGD and makcandrov authored Aug 22, 2023
1 parent a151a0f commit 6f9314c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/interfaces/IMorpho.sol
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@ interface IMorpho {
function nonce(address authorizer) external view returns (uint256);

/// @notice The market params corresponding to `id`.
/// @dev This storage variable is not used in Morpho. It is there to enable reducing the cost associated to calldata
/// on layer 2s by creating a wrapper contract with functions that take id as input instead of marketParams.
/// @dev This mapping is not used in Morpho. It is there to enable reducing the cost associated to calldata
/// on layer 2s by creating a wrapper contract with functions that take `id` as input instead of `marketParams`.
function idToMarketParams(Id id)
external
view
Expand Down

0 comments on commit 6f9314c

Please sign in to comment.