Skip to content

Commit 784025e

Browse files
docs: apply suggestion
Co-authored-by: Quentin Garchery <[email protected]> Signed-off-by: Merlin Egalite <[email protected]>
1 parent 1534921 commit 784025e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ChainlinkOracle.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ contract ChainlinkOracle is IChainlinkOracle {
6363
/// assets has enough precision.
6464
/// @param quoteVault Quote vault. Pass address zero to omit this parameter.
6565
/// @param quoteVaultConversionSample The sample amount of quote vault shares used to convert to underlying.
66-
/// Pass 1 if the base asset is not a vault. Should be chosen such that converting `quoteVaultConversionSample` to
66+
/// Pass 1 if the quote asset is not a vault. Should be chosen such that converting `quoteVaultConversionSample` to
6767
/// assets has enough precision.
6868
/// @param baseFeed1 First base feed. Pass address zero if the price = 1.
6969
/// @param baseFeed2 Second base feed. Pass address zero if the price = 1.

0 commit comments

Comments
 (0)