Quellcode durchsuchen

Fix grammar in docs (#4085)

qedk vor 2 Jahren
Ursprung
Commit
0ebc6e3529
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      contracts/governance/Governor.sol

+ 1 - 1
contracts/governance/Governor.sol

@@ -21,7 +21,7 @@ import "./IGovernor.sol";
  *
  * - A counting module must implement {quorum}, {_quorumReached}, {_voteSucceeded} and {_countVote}
  * - A voting module must implement {_getVotes}
- * - Additionally, the {votingPeriod} must also be implemented
+ * - Additionally, {votingPeriod} must also be implemented
  *
  * _Available since v4.3._
  */