Commit ef0483b4 by Francisco Giordano

Fix NatSpec comment syntax

parent 9e51b2e5
...@@ -86,7 +86,7 @@ contract TimelockController is AccessControl { ...@@ -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 {}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment