Browse Source

Fix Governor.t.sol's duplicate words (#5037)

yanziseeker 1 year ago
parent
commit
48ce444477
1 changed files with 1 additions and 1 deletions
  1. 1 1
      test/governance/Governor.t.sol

+ 1 - 1
test/governance/Governor.t.sol

@@ -26,7 +26,7 @@ contract GovernorInternalTest is Test, Governor {
         assertFalse(_isValidDescriptionForProposer(actualProposer, description));
     }
 
-    // We don't need to truly implement implement the missing functions because we are just testing
+    // We don't need to truly implement the missing functions because we are just testing
     // internal helpers.
 
     function clock() public pure override returns (uint48) {}