Skip to content

Commit 40f3561

Browse files
committed
docs: apply suggestions
1 parent 6370a4a commit 40f3561

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/interfaces/IMorpho.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ interface IMorpho {
6767
function feeRecipient() external view returns (address);
6868

6969
/// @notice The state of the position of `user` on the market corresponding to `id`.
70-
/// @dev Warning: `supplyShares` does not contain the additional shares accrued by `feeRecipient` since the last
70+
/// @dev Warning: For `feeRecipient`, `supplyShares` does not contain the additional shares accrued since the last
7171
/// interest accrual.
7272
function position(Id id, address user)
7373
external

src/interfaces/IOracle.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ pragma solidity >=0.5.0;
55
/// @author Morpho Labs
66
/// @custom:contact security@morpho.org
77
/// @notice Interface that oracles used by Morpho must implement.
8-
/// @dev It is the responsibility of the oracle to handle stale prices and price manipulations.
8+
/// @dev It is the user responsibility to select markets with oracles that are safe.
99
interface IOracle {
1010
/// @notice Returns the price of 1 asset of collateral token quoted in 1 asset of loan token, scaled by 1e36.
1111
/// @dev It corresponds to the price of 10**(collateral token decimals) assets of collateral token quoted in

0 commit comments

Comments
 (0)