Skip to content

Commit df2ab52

Browse files
committed
docs: minor doc fix
1 parent 4cf82d4 commit df2ab52

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/interfaces/IChainlinkOracle.sol

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ interface IChainlinkOracle is IOracle {
1313
/// @notice Returns the address of the base ERC4626 vault.
1414
function BASE_VAULT() external view returns (IERC4626);
1515

16-
/// @notice Returns the vault conversion sample.
16+
/// @notice Returns the base vault conversion sample.
1717
function BASE_VAULT_CONVERSION_SAMPLE() external view returns (uint256);
1818

1919
/// @notice Returns the address of the quote ERC4626 vault.
2020
function QUOTE_VAULT() external view returns (IERC4626);
2121

22-
/// @notice Returns the vault conversion sample.
22+
/// @notice Returns the quote vault conversion sample.
2323
function QUOTE_VAULT_CONVERSION_SAMPLE() external view returns (uint256);
2424

2525
/// @notice Returns the address of the first Chainlink base feed.

0 commit comments

Comments
 (0)