We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6482f3 commit 1ef5a56Copy full SHA for 1ef5a56
src/ChainlinkOracle.sol
@@ -36,7 +36,7 @@ contract ChainlinkOracle is IOracle {
36
/* CONSTRUCTOR */
37
38
/// @dev Here is the list of assumptions on the inputs that guarantees the oracle behaves as expected:
39
- /// - Feeds are Chainlink-compliant or the address zero.
+ /// - Feeds are either Chainlink-compliant or the address zero.
40
/// - Feeds have the same behavioral assumptions as Chainlink's.
41
/// - Feeds are set in the correct order.
42
/// - Decimals passed as argument are correct.
0 commit comments