Skip to content

Commit d9a21c7

Browse files
committed
docs: format + remove CL mention
1 parent 7b8d0c4 commit d9a21c7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/libraries/ChainlinkDataFeedLib.sol

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ library ChainlinkDataFeedLib {
1414
/// @dev When `feed` is the address zero, returns 1.
1515
/// @dev Notes on safety checks:
1616
/// - Staleness is not checked since the heartbeat of a Chainlink feed is an offchain parameter that can
17-
/// change at any time and checking the price deviation onchain is not possible. It was not recommended by the Chailink
18-
/// team either.
17+
/// change at any time and checking the price deviation onchain is not possible.
1918
/// - The price is not checked to be in the min/max bounds since the check is already performed by Chainlink most of
2019
/// the time. Adding a safety margin would be arbitrary as well since the contract is immutable.
2120
/// - No fallback is used. In case the oracle reverts, Morpho Blue users can still exit their positions but

0 commit comments

Comments
 (0)