Skip to content

Commit a34a9f2

Browse files
authored
docs(oracle): rephrase
Signed-off-by: Romain Milon <[email protected]>
1 parent 4dece3c commit a34a9f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ChainlinkOracle.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ contract ChainlinkOracle is IOracle {
4242
/// - Feeds have the same behavioral assumptions as Chainlink's.
4343
/// - Feeds are set in the correct order.
4444
/// - Decimals passed as argument are correct.
45-
/// - The vault's sample assets and the base feed prices don't overflow when multiplied.
45+
/// - The vault's sample shares quoted as assets and the base feed prices don't overflow when multiplied.
4646
/// - The quote feed prices don't overflow when multiplied.
4747
/// - The vault, if set, is ERC4626-compliant.
4848
/// @param vault Vault. Pass address zero to omit this parameter.

0 commit comments

Comments
 (0)