Commit 303f9d7c by github-actions

Transpile 2ba8800b

parent cde3bbbd
...@@ -94,7 +94,7 @@ abstract contract GovernorSettingsUpgradeable is Initializable, GovernorUpgradea ...@@ -94,7 +94,7 @@ abstract contract GovernorSettingsUpgradeable is Initializable, GovernorUpgradea
} }
/** /**
* @dev Internal setter for the the voting delay. * @dev Internal setter for the voting delay.
* *
* Emits a {VotingDelaySet} event. * Emits a {VotingDelaySet} event.
*/ */
...@@ -104,7 +104,7 @@ abstract contract GovernorSettingsUpgradeable is Initializable, GovernorUpgradea ...@@ -104,7 +104,7 @@ abstract contract GovernorSettingsUpgradeable is Initializable, GovernorUpgradea
} }
/** /**
* @dev Internal setter for the the voting period. * @dev Internal setter for the voting period.
* *
* Emits a {VotingPeriodSet} event. * Emits a {VotingPeriodSet} event.
*/ */
...@@ -116,7 +116,7 @@ abstract contract GovernorSettingsUpgradeable is Initializable, GovernorUpgradea ...@@ -116,7 +116,7 @@ abstract contract GovernorSettingsUpgradeable is Initializable, GovernorUpgradea
} }
/** /**
* @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