浏览代码

fix typos in GovernorSettings (#2957)

(cherry picked from commit ce51655c8108a4c0abf46ee21f48060fd72b4dfc)
Signed-off-by: Hadrien Croubois <hadrien.croubois@gmail.com>
Hadrien Croubois 3 年之前
父节点
当前提交
09e5888ca8
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      contracts/governance/extensions/GovernorSettings.sol

+ 3 - 3
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.
      */