Fix NatSpec comment syntax

(cherry picked from commit ef0483b4be)
This commit is contained in:
Francisco Giordano
2020-11-26 18:56:49 -03:00
parent 1fccf6fa53
commit d2003a6fff

View File

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