Skip to content

Commit 019da2c

Browse files
committed
docs: small adjustment
1 parent 31ec914 commit 019da2c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/morpho-blue

src/libraries/ChainlinkDataFeedLib.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ library ChainlinkDataFeedLib {
2121
return uint256(answer);
2222
}
2323

24-
/// @dev Returns the number of decimals of a feed.
24+
/// @dev Returns the number of decimals of a `feed`.
2525
/// @dev When `feed` is the address zero, returns 0.
2626
function getDecimals(AggregatorV3Interface feed) internal view returns (uint256) {
2727
if (address(feed) == address(0)) return 0;

0 commit comments

Comments
 (0)