Skip to content
This repository was archived by the owner on Apr 24, 2025. It is now read-only.

Commit 5ac4d93

Browse files
Add missing letter (OpenZeppelin#3034)
1 parent 0550d13 commit 5ac4d93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contracts/governance/extensions/GovernorTimelockControl.sol

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import "../TimelockController.sol";
1010
/**
1111
* @dev Extension of {Governor} that binds the execution process to an instance of {TimelockController}. This adds a
1212
* delay, enforced by the {TimelockController} to all successful proposal (in addition to the voting duration). The
13-
* {Governor} needs the proposer (an ideally the executor) roles for the {Governor} to work properly.
13+
* {Governor} needs the proposer (and ideally the executor) roles for the {Governor} to work properly.
1414
*
1515
* Using this model means the proposal will be operated by the {TimelockController} and not by the {Governor}. Thus,
1616
* the assets and permissions must be attached to the {TimelockController}. Any asset sent to the {Governor} will be

0 commit comments

Comments
 (0)