From ce51655c8108a4c0abf46ee21f48060fd72b4dfc Mon Sep 17 00:00:00 2001 From: Hadrien Croubois Date: Mon, 8 Nov 2021 17:23:23 +0100 Subject: [PATCH] fix typos in GovernorSettings (#2957) --- contracts/governance/extensions/GovernorSettings.sol | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/contracts/governance/extensions/GovernorSettings.sol b/contracts/governance/extensions/GovernorSettings.sol index db02dd7ee..9b68f3cf6 100644 --- a/contracts/governance/extensions/GovernorSettings.sol +++ b/contracts/governance/extensions/GovernorSettings.sol @@ -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. */