Skip to content

Commit

Permalink
docs: apply suggestion
Browse files Browse the repository at this point in the history
Co-authored-by: Jean-Grimal <[email protected]>
Signed-off-by: Merlin Egalite <[email protected]>
  • Loading branch information
MerlinEgalite and Jean-Grimal authored Nov 13, 2023
1 parent a6482f3 commit 1ef5a56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ChainlinkOracle.sol
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ contract ChainlinkOracle is IOracle {
/* CONSTRUCTOR */

/// @dev Here is the list of assumptions on the inputs that guarantees the oracle behaves as expected:
/// - Feeds are Chainlink-compliant or the address zero.
/// - Feeds are either Chainlink-compliant or the address zero.
/// - Feeds have the same behavioral assumptions as Chainlink's.
/// - Feeds are set in the correct order.
/// - Decimals passed as argument are correct.
Expand Down

0 comments on commit 1ef5a56

Please sign in to comment.