Skip to content

Commit ce51655

Browse files
authored
fix typos in GovernorSettings (#2957)
1 parent 7579828 commit ce51655

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

contracts/governance/extensions/GovernorSettings.sol

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ abstract contract GovernorSettings is Governor {
8181
}
8282

8383
/**
84-
* @dev Internal setter for the the voting delay.
84+
* @dev Internal setter for the voting delay.
8585
*
8686
* Emits a {VotingDelaySet} event.
8787
*/
@@ -91,7 +91,7 @@ abstract contract GovernorSettings is Governor {
9191
}
9292

9393
/**
94-
* @dev Internal setter for the the voting period.
94+
* @dev Internal setter for the voting period.
9595
*
9696
* Emits a {VotingPeriodSet} event.
9797
*/
@@ -103,7 +103,7 @@ abstract contract GovernorSettings is Governor {
103103
}
104104

105105
/**
106-
* @dev Internal setter for the the proposal threshold.
106+
* @dev Internal setter for the proposal threshold.
107107
*
108108
* Emits a {ProposalThresholdSet} event.
109109
*/

0 commit comments

Comments
 (0)