Skip to content

Commit 1ef5a56

Browse files
docs: apply suggestion
Co-authored-by: Jean-Grimal <[email protected]> Signed-off-by: Merlin Egalite <[email protected]>
1 parent a6482f3 commit 1ef5a56

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
@@ -36,7 +36,7 @@ contract ChainlinkOracle is IOracle {
3636
/* CONSTRUCTOR */
3737

3838
/// @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.
39+
/// - Feeds are either Chainlink-compliant or the address zero.
4040
/// - Feeds have the same behavioral assumptions as Chainlink's.
4141
/// - Feeds are set in the correct order.
4242
/// - Decimals passed as argument are correct.

0 commit comments

Comments
 (0)