Skip to content

Commit b6de74f

Browse files
authored
Merge pull request #102 from theodorecurtil/main
fix natspec for wsteth-steth exchange rate adapter
2 parents e804ca2 + 7a3a818 commit b6de74f

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)