Skip to content

Commit a6482f3

Browse files
docs: apply suggestion
Co-authored-by: Romain Milon <[email protected]> Signed-off-by: Merlin Egalite <[email protected]>
1 parent 96ba187 commit a6482f3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ChainlinkOracle.sol

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ contract ChainlinkOracle is IOracle {
3737

3838
/// @dev Here is the list of assumptions on the inputs that guarantees the oracle behaves as expected:
3939
/// - Feeds are Chainlink-compliant or the address zero.
40+
/// - Feeds have the same behavioral assumptions as Chainlink's.
4041
/// - Feeds are set in the correct order.
4142
/// - Decimals passed as argument are correct.
4243
/// - The vault conversion sample is low enough to avoid overflows.

0 commit comments

Comments
 (0)