Skip to content

Commit 3186267

Browse files
docs: small change
Co-authored-by: Quentin Garchery <[email protected]> Signed-off-by: Merlin Egalite <[email protected]>
1 parent 753c350 commit 3186267

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/interfaces/IChainlinkOracle.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import {IOracle} from "../../lib/morpho-blue/src/interfaces/IOracle.sol";
88
/// @title IChainlinkOracle
99
/// @author Morpho Labs
1010
/// @custom:contact [email protected]
11-
/// @notice Interface exposed by the ChainlinkOracle.
11+
/// @notice Interface of ChainlinkOracle.
1212
interface IChainlinkOracle is IOracle {
1313
/// @notice Returns the address of the ERC4626 vault.
1414
function VAULT() external view returns (IERC4626);

0 commit comments

Comments
 (0)