Skip to content

Commit

Permalink
Fix grammar in docs (#4085)
Browse files Browse the repository at this point in the history
  • Loading branch information
QEDK committed Mar 2, 2023
1 parent e1a77ab commit 0ebc6e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/governance/Governor.sol
Original file line number Diff line number Diff line change
Expand Up @@ -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._
*/
Expand Down

0 comments on commit 0ebc6e3

Please sign in to comment.