Skip to content

Commit

Permalink
Natspec update for TimelockController (#4454)
Browse files Browse the repository at this point in the history
  • Loading branch information
bxmmm1 authored Jul 13, 2023
1 parent 4d4a509 commit a55af77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contracts/governance/TimelockController.sol
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ contract TimelockController is AccessControl, ERC721Holder, ERC1155Holder {
/**
* @dev Initializes the contract with the following parameters:
*
* - `minDelay`: initial minimum delay for operations
* - `minDelay`: initial minimum delay in seconds for operations
* - `proposers`: accounts to be granted proposer and canceller roles
* - `executors`: accounts to be granted executor role
* - `admin`: optional account to be granted admin role; disable with zero address
Expand Down Expand Up @@ -218,7 +218,7 @@ contract TimelockController is AccessControl, ERC721Holder, ERC1155Holder {
}

/**
* @dev Returns the minimum delay for an operation to become valid.
* @dev Returns the minimum delay in seconds for an operation to become valid.
*
* This value can be changed by executing an operation that calls `updateDelay`.
*/
Expand Down

0 comments on commit a55af77

Please sign in to comment.