From d473a13357d6f3cdabf6c50f3e041ed97e48bb80 Mon Sep 17 00:00:00 2001 From: Rubilmax Date: Mon, 21 Aug 2023 09:51:06 +0200 Subject: [PATCH] docs(morpho): fix format --- src/interfaces/IMorpho.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/interfaces/IMorpho.sol b/src/interfaces/IMorpho.sol index 513295be1..69371b8da 100644 --- a/src/interfaces/IMorpho.sol +++ b/src/interfaces/IMorpho.sol @@ -11,7 +11,7 @@ struct MarketParams { uint256 lltv; } -/// @dev Warning: For `feeRecipient, `supplyShares` does not contain the accrued shares since the last interest accrual. +/// @dev Warning: For `feeRecipient`, `supplyShares` does not contain the accrued shares since the last interest accrual. struct User { uint256 supplyShares; uint128 borrowShares;