Skip to content

Commit

Permalink
fix typos in GovernorSettings (#2957)
Browse files Browse the repository at this point in the history
(cherry picked from commit ce51655)
Signed-off-by: Hadrien Croubois <hadrien.croubois@gmail.com>
  • Loading branch information
Amxx committed Nov 8, 2021
1 parent 6dab43c commit 09e5888
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions contracts/governance/extensions/GovernorSettings.sol
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*/
Expand All @@ -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.
*/
Expand All @@ -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.
*/
Expand Down

0 comments on commit 09e5888

Please sign in to comment.