grammar fix (#3782)

This commit is contained in:
robriks
2022-10-26 11:02:06 -04:00
committed by GitHub
parent 25fe191202
commit f99bc4e0cf

View File

@ -258,7 +258,7 @@ contract TimelockController is AccessControl, IERC721Receiver, IERC1155Receiver
} }
/** /**
* @dev Schedule an operation that is to becomes valid after a given delay. * @dev Schedule an operation that is to become valid after a given delay.
*/ */
function _schedule(bytes32 id, uint256 delay) private { function _schedule(bytes32 id, uint256 delay) private {
require(!isOperation(id), "TimelockController: operation already scheduled"); require(!isOperation(id), "TimelockController: operation already scheduled");