From 7a3a8181cf7d87cece7f33f1e58dda120a53c031 Mon Sep 17 00:00:00 2001 From: Theodore Curtil <47456414+theodorecurtil@users.noreply.github.com> Date: Fri, 27 Sep 2024 13:38:39 +0200 Subject: [PATCH] fix natspec --- .../WstEthStEthExchangeRateChainlinkAdapter.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wsteth-exchange-rate-adapter/WstEthStEthExchangeRateChainlinkAdapter.sol b/src/wsteth-exchange-rate-adapter/WstEthStEthExchangeRateChainlinkAdapter.sol index 6341c13..b5002e1 100644 --- a/src/wsteth-exchange-rate-adapter/WstEthStEthExchangeRateChainlinkAdapter.sol +++ b/src/wsteth-exchange-rate-adapter/WstEthStEthExchangeRateChainlinkAdapter.sol @@ -11,7 +11,7 @@ import {MinimalAggregatorV3Interface} from "./interfaces/MinimalAggregatorV3Inte /// @dev This contract should only be deployed on Ethereum and used as a price feed for Morpho oracles. contract WstEthStEthExchangeRateChainlinkAdapter is MinimalAggregatorV3Interface { /// @inheritdoc MinimalAggregatorV3Interface - // @dev The calculated price has 18 decimals precision, whatever the value of `decimals`. + /// @dev The calculated price has 18 decimals precision, whatever the value of `decimals`. uint8 public constant decimals = 18; /// @notice The description of the price feed.