Fix typo in comment (#3765)

pull/3748/head^2
robriks 2 years ago committed by GitHub
parent 8d908fe2c2
commit c463b8a67e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      contracts/governance/TimelockController.sol

@ -164,7 +164,7 @@ contract TimelockController is AccessControl, IERC721Receiver, IERC1155Receiver
}
/**
* @dev Returns the timestamp at with an operation becomes ready (0 for
* @dev Returns the timestamp at which an operation becomes ready (0 for
* unset operations, 1 for done operations).
*/
function getTimestamp(bytes32 id) public view virtual returns (uint256 timestamp) {

Loading…
Cancel
Save