Fix grammar in docs (#4085)

This commit is contained in:
qedk
2023-03-02 13:40:36 +04:00
committed by GitHub
parent e1a77ab15f
commit 0ebc6e3529

View File

@ -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._
*/