Skip to content

Commit

Permalink
Merge pull request #395 from morpho-labs/docs/morpho
Browse files Browse the repository at this point in the history
docs(morpho): fix format
  • Loading branch information
MathisGD authored Aug 21, 2023
2 parents 042e224 + d473a13 commit 453c185
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/interfaces/IMorpho.sol
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 453c185

Please sign in to comment.