fix typos in GovernorSettings (#2957)

This commit is contained in:
Hadrien Croubois
2021-11-08 17:23:23 +01:00
committed by GitHub
parent 7579828180
commit ce51655c81

View File

@ -81,7 +81,7 @@ abstract contract GovernorSettings is Governor {
}
/**
* @dev Internal setter for the the voting delay.
* @dev Internal setter for the voting delay.
*
* Emits a {VotingDelaySet} event.
*/
@ -91,7 +91,7 @@ abstract contract GovernorSettings is Governor {
}
/**
* @dev Internal setter for the the voting period.
* @dev Internal setter for the voting period.
*
* Emits a {VotingPeriodSet} event.
*/
@ -103,7 +103,7 @@ abstract contract GovernorSettings is Governor {
}
/**
* @dev Internal setter for the the proposal threshold.
* @dev Internal setter for the proposal threshold.
*
* Emits a {ProposalThresholdSet} event.
*/