Commit 2ba8800b by github-actions

Merge upstream release-v4.4 into patched/release-v4.4

parents 3bf7a30c 09e5888c
...@@ -81,7 +81,7 @@ abstract contract GovernorSettings is Governor { ...@@ -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. * Emits a {VotingDelaySet} event.
*/ */
...@@ -91,7 +91,7 @@ abstract contract GovernorSettings is Governor { ...@@ -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. * Emits a {VotingPeriodSet} event.
*/ */
...@@ -103,7 +103,7 @@ abstract contract GovernorSettings is Governor { ...@@ -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. * Emits a {ProposalThresholdSet} event.
*/ */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment