Skip to content

Commit 298a993

Browse files
QGarcheryRubilmax
andauthored
docs: typo
Co-authored-by: Romain Milon <[email protected]> Signed-off-by: Quentin Garchery <[email protected]>
1 parent a009791 commit 298a993

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/interfaces/IMorpho.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ interface IMorphoBase {
115115
/// @dev Here is a list of assumptions on the market's dependencies which, if broken, could break Morpho's liveness
116116
/// properties (funds could get stuck):
117117
/// - The token should not revert on `transfer` and `transferFrom` if balances and approvals are right.
118-
/// - The amount of assets supplied and borrowed should be too high (max ~1e32), otherwise the number of shares
118+
/// - The amount of assets supplied and borrowed should not be too high (max ~1e32), otherwise the number of shares
119119
/// might not fit in 128 bits.
120120
/// - The IRM should not revert on `borrowRate`.
121121
/// - The IRM should not return a very high borrow rate (otherwise the computation of `interest` in

0 commit comments

Comments
 (0)