Skip to content

Commit 9f75c31

Browse files
docs: minor fix
Co-authored-by: Jean-Grimal <83286814+Jean-Grimal@users.noreply.github.com> Signed-off-by: MathisGD <74971347+MathisGD@users.noreply.github.com>
1 parent 1982049 commit 9f75c31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/morpho-chainlink/interfaces/IMorphoChainlinkOracleV2Factory.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ interface IMorphoChainlinkOracleV2Factory {
3232
/// assets has enough precision.
3333
/// @param quoteVault Quote vault. Pass address zero to omit this parameter.
3434
/// @param quoteVaultConversionSample The sample amount of quote vault shares used to convert to underlying.
35-
/// Pass 1 if the base asset is not a vault. Should be chosen such that converting `quoteVaultConversionSample` to
35+
/// Pass 1 if the quote asset is not a vault. Should be chosen such that converting `quoteVaultConversionSample` to
3636
/// assets has enough precision.
3737
/// @param baseFeed1 First base feed. Pass address zero if the price = 1.
3838
/// @param baseFeed2 Second base feed. Pass address zero if the price = 1.

0 commit comments

Comments
 (0)