Skip to content

Commit f984682

Browse files
committed
docs: apply suggestions
1 parent 2b1f55a commit f984682

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wsteth-exchange-rate-adapter/WstEthStEthExchangeRateChainlinkAdapter.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import {MinimalAggregatorV3Interface} from "./interfaces/MinimalAggregatorV3Inte
88
/// @author Morpho Labs
99
/// @custom:contact security@morpho.org
1010
/// @notice wstETH/stETH exchange rate price feed.
11-
/// @dev This contract should only be deployed on Ethereum and used as price feed for `MorphoChainlinkOracleV2`.
11+
/// @dev This contract should only be deployed on Ethereum and used as a price feed for Morpho oracles.
1212
contract WstEthStEthExchangeRateChainlinkAdapter is MinimalAggregatorV3Interface {
1313
/// @inheritdoc MinimalAggregatorV3Interface
1414
uint8 public constant decimals = 18;

0 commit comments

Comments
 (0)