Skip to content

Commit

Permalink
typo fix (OpenZeppelin#3752)
Browse files Browse the repository at this point in the history
  • Loading branch information
robriks authored Oct 5, 2022
1 parent 34e5863 commit 47003ae
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 @@ -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._
*/
Expand Down

0 comments on commit 47003ae

Please sign in to comment.