We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 298a993 commit e56ec30Copy full SHA for e56ec30
src/interfaces/IMorpho.sol
@@ -116,7 +116,7 @@ interface IMorphoBase {
116
/// properties (funds could get stuck):
117
/// - The token should not revert on `transfer` and `transferFrom` if balances and approvals are right.
118
/// - 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.
+ /// might not fit within 128 bits.
120
/// - The IRM should not revert on `borrowRate`.
121
/// - The IRM should not return a very high borrow rate (otherwise the computation of `interest` in
122
/// `_accrueInterest` can overflow).
0 commit comments