소스 검색

Fix NatSpec comment syntax

(cherry picked from commit ef0483b4beed5ef49da991b6cddb86eabfdfa58d)
Francisco Giordano 4 년 전
부모
커밋
d2003a6fff
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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.
      */
     receive() external payable {}