Skip to content

Commit a4a919c

Browse files
committed
docs: minor improvemtn
1 parent c3eb116 commit a4a919c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/morpho-chainlink-v2/MorphoChainlinkOracleV2.sol

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@ contract MorphoChainlinkOracleV2 is IMorphoChainlinkOracleV2 {
5454
/// - Feeds have the same behavioral assumptions as Chainlink's.
5555
/// - Feeds are set in the correct order.
5656
/// - Decimals passed as argument are correct.
57-
/// - The vault's sample shares quoted as assets and the base feed prices don't overflow when multiplied.
57+
/// - The vaults' sample shares quoted as assets and the base feed prices don't overflow when multiplied.
5858
/// - The quote feed prices don't overflow when multiplied.
59-
/// - The vault, if set, is ERC4626-compliant.
59+
/// - Vaults are either ERC4626-compliant or the address zero.
6060
/// @dev The base asset is the collateral token and the quote asset is the loan token.
6161
/// @param baseVault Base vault. Pass address zero to omit this parameter.
6262
/// @param baseVaultConversionSample The sample amount of base vault shares used to convert to underlying.

0 commit comments

Comments
 (0)