Skip to content

Commit 7a3a818

Browse files
fix natspec
1 parent e804ca2 commit 7a3a818

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
@@ -11,7 +11,7 @@ import {MinimalAggregatorV3Interface} from "./interfaces/MinimalAggregatorV3Inte
1111
/// @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
14-
// @dev The calculated price has 18 decimals precision, whatever the value of `decimals`.
14+
/// @dev The calculated price has 18 decimals precision, whatever the value of `decimals`.
1515
uint8 public constant decimals = 18;
1616

1717
/// @notice The description of the price feed.

0 commit comments

Comments
 (0)