Fix typo in comment (#3765)

This commit is contained in:
robriks
2022-10-17 08:42:18 -04:00
committed by GitHub
parent 8d908fe2c2
commit c463b8a67e

View File

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