fix typo in GovernorCountingSimple (#2879)

Co-authored-by: Joey Santoro <joseph.santoro@duke.edu>
This commit is contained in:
Joey
2021-09-23 01:37:02 -07:00
committed by GitHub
parent 6af4ed6169
commit f77fd4667e

View File

@ -70,7 +70,7 @@ abstract contract GovernorCountingSimple is Governor {
}
/**
* @dev See {Governor-_voteSucceeded}. In this module, the forVotes must be scritly over the againstVotes.
* @dev See {Governor-_voteSucceeded}. In this module, the forVotes must be strictly over the againstVotes.
*/
function _voteSucceeded(uint256 proposalId) internal view virtual override returns (bool) {
ProposalVote storage proposalvote = _proposalVotes[proposalId];