mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Match @return word styling to match @param (i.e. sentence case)
This commit is contained in:
parent
5d070c5bc2
commit
88e33c9ea3
@ -72,7 +72,7 @@ The following example shows a contract and a function using all available tags.
|
||||
/// @notice Calculate tree age in years, rounded up, for live trees
|
||||
/// @dev The Alexandr N. Tetearing algorithm could increase precision
|
||||
/// @param rings The number of rings from dendrochronological sample
|
||||
/// @return age in years, rounded up for partial years
|
||||
/// @return Age in years, rounded up for partial years
|
||||
function age(uint256 rings) external virtual pure returns (uint256) {
|
||||
return rings + 1;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user