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;