Skip to content

Commit e56ec30

Browse files
Update src/interfaces/IMorpho.sol
Co-authored-by: Colin | Morpho 🦋 <[email protected]> Signed-off-by: Quentin Garchery <[email protected]>
1 parent 298a993 commit e56ec30

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
@@ -116,7 +116,7 @@ interface IMorphoBase {
116116
/// properties (funds could get stuck):
117117
/// - The token should not revert on `transfer` and `transferFrom` if balances and approvals are right.
118118
/// - The amount of assets supplied and borrowed should not be too high (max ~1e32), otherwise the number of shares
119-
/// might not fit in 128 bits.
119+
/// might not fit within 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
122122
/// `_accrueInterest` can overflow).

0 commit comments

Comments
 (0)