Samuel Moelius 3 years ago
parent
commit
26dddee1c0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      contracts/governance/compatibility/GovernorCompatibilityBravo.sol

+ 1 - 1
contracts/governance/compatibility/GovernorCompatibilityBravo.sol

@@ -12,7 +12,7 @@ import "./IGovernorCompatibilityBravo.sol";
  * @dev Compatibility layer that implements GovernorBravo compatibility on to of {Governor}.
  *
  * This compatibility layer includes a voting system and requires a {IGovernorTimelock} compatible module to be added
- * through inheritance. It does not include token bindings, not does it include any variable upgrade patterns.
+ * through inheritance. It does not include token bindings, nor does it include any variable upgrade patterns.
  *
  * NOTE: When using this module, you may need to enable the Solidity optimizer to avoid hitting the contract size limit.
  *