We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6dab43c commit 09e5888Copy full SHA for 09e5888
contracts/governance/extensions/GovernorSettings.sol
@@ -81,7 +81,7 @@ abstract contract GovernorSettings is Governor {
81
}
82
83
/**
84
- * @dev Internal setter for the the voting delay.
+ * @dev Internal setter for the voting delay.
85
*
86
* Emits a {VotingDelaySet} event.
87
*/
@@ -91,7 +91,7 @@ abstract contract GovernorSettings is Governor {
91
92
93
94
- * @dev Internal setter for the the voting period.
+ * @dev Internal setter for the voting period.
95
96
* Emits a {VotingPeriodSet} event.
97
@@ -103,7 +103,7 @@ abstract contract GovernorSettings is Governor {
103
104
105
106
- * @dev Internal setter for the the proposal threshold.
+ * @dev Internal setter for the proposal threshold.
107
108
* Emits a {ProposalThresholdSet} event.
109
0 commit comments