Skip to content

Commit 6a8741c

Browse files
authored
docs: minor update
Signed-off-by: MathisGD <74971347+MathisGD@users.noreply.github.com>
1 parent 8b7ca76 commit 6a8741c

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
@@ -82,7 +82,7 @@ contract MorphoChainlinkOracleV2 is IMorphoChainlinkOracleV2 {
8282
AggregatorV3Interface quoteFeed2,
8383
uint256 quoteTokenDecimals
8484
) {
85-
// The ERC4626 vaults parameter is used to price their respective conversion samples of their respective shares,
85+
// The ERC4626 vault parameters are used to price their respective conversion samples of their respective shares,
8686
// so it requires multiplying by `QUOTE_VAULT_CONVERSION_SAMPLE` and dividing `BASE_VAULT_CONVERSION_SAMPLE` by
8787
// the `SCALE_FACTOR` definition.
8888
// Verify that vault = address(0) => vaultConversionSample = 1 for each vault.

0 commit comments

Comments
 (0)