File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ contract ChainlinkOracle is IChainlinkOracle {
63
63
/// assets has enough precision.
64
64
/// @param quoteVault Quote vault. Pass address zero to omit this parameter.
65
65
/// @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
67
67
/// assets has enough precision.
68
68
/// @param baseFeed1 First base feed. Pass address zero if the price = 1.
69
69
/// @param baseFeed2 Second base feed. Pass address zero if the price = 1.
You can’t perform that action at this time.
0 commit comments