This commit is contained in:
robriks
2022-10-05 16:47:39 -04:00
committed by GitHub
parent 34e5863cd5
commit 47003aebec

View File

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