Fix NatSpec comment syntax

This commit is contained in:
Francisco Giordano
2020-11-26 18:56:49 -03:00
parent 9e51b2e5df
commit ef0483b4be

View File

@ -86,7 +86,7 @@ contract TimelockController is AccessControl {
_; _;
} }
/* /**
* @dev Contract might receive/hold ETH as part of the maintenance process. * @dev Contract might receive/hold ETH as part of the maintenance process.
*/ */
receive() external payable {} receive() external payable {}