From 6f9314c4c14c231b200352ebef023233bb4bfd1f Mon Sep 17 00:00:00 2001 From: MathisGD <74971347+MathisGD@users.noreply.github.com> Date: Tue, 22 Aug 2023 15:13:08 +0200 Subject: [PATCH] docs: minor improvement Co-authored-by: makcandrov Signed-off-by: MathisGD <74971347+MathisGD@users.noreply.github.com> --- src/interfaces/IMorpho.sol | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/interfaces/IMorpho.sol b/src/interfaces/IMorpho.sol index 2b12f50d8..eddbc90c7 100644 --- a/src/interfaces/IMorpho.sol +++ b/src/interfaces/IMorpho.sol @@ -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