Browse Source

Fix NatSpec comment syntax

Francisco Giordano 4 years ago
parent
commit
ef0483b4be
1 changed files with 1 additions and 1 deletions
  1. 1 1
      contracts/access/TimelockController.sol

+ 1 - 1
contracts/access/TimelockController.sol

@@ -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 {}