Skip to content

Commit 2ce0440

Browse files
MathisGDQGarchery
andauthored
docs: minor update
Co-authored-by: Quentin Garchery <QGarchery@users.noreply.github.com> Signed-off-by: MathisGD <74971347+MathisGD@users.noreply.github.com>
1 parent 2960ff8 commit 2ce0440

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/morpho-chainlink/MorphoChainlinkOracleV2.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ contract MorphoChainlinkOracleV2 is IMorphoChainlinkOracleV2 {
8484
) {
8585
// The ERC4626 vault parameters are used to price their respective conversion samples of their respective
8686
// shares, so it requires multiplying by `QUOTE_VAULT_CONVERSION_SAMPLE` and dividing
87-
// `BASE_VAULT_CONVERSION_SAMPLE` by the `SCALE_FACTOR` definition.
87+
// by `BASE_VAULT_CONVERSION_SAMPLE` in the `SCALE_FACTOR` definition.
8888
// Verify that vault = address(0) => vaultConversionSample = 1 for each vault.
8989
require(
9090
address(baseVault) != address(0) || baseVaultConversionSample == 1,

0 commit comments

Comments
 (0)