From 81d922c9d98e6181beab738a89182c50cf890d7a Mon Sep 17 00:00:00 2001 From: MathisGD Date: Fri, 10 Jan 2025 16:27:16 +0100 Subject: [PATCH] docs: wording --- src/interfaces/IMorpho.sol | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/interfaces/IMorpho.sol b/src/interfaces/IMorpho.sol index d1e8f980..2855a468 100644 --- a/src/interfaces/IMorpho.sol +++ b/src/interfaces/IMorpho.sol @@ -112,8 +112,8 @@ interface IMorphoBase { /// on `transfer` and `transferFrom`. In particular, tokens with fees on transfer are not supported. /// - The IRM should not re-enter Morpho. /// - The oracle should return a price with the correct scaling. - /// @dev Here is a list of assumptions on the market's dependencies that could break Morpho's liveness properties - /// (funds could get stuck): + /// @dev Here is a list of assumptions on the market's dependencies which, if broken, could break Morpho's liveness + /// properties (funds could get stuck): /// - The token should not revert on `transfer` and `transferFrom` if balances and approvals are right. /// - The amount of assets supplied and borrowed should not go above ~1e35 (otherwise the computation of /// `toSharesUp` and `toSharesDown` can overflow).