Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Rekard0 committed Nov 12, 2024
1 parent 8ac3471 commit 63727de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/contracts/src/IMajorityVoting.sol
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ interface IMajorityVoting {
/// - the voter doesn't have voting powers.
/// @param _proposalId The proposal Id.
/// @param _account The account address to be checked.
/// @param _voteOption Whether the voter abstains, supports or opposes the proposal.
/// @param _voteOption Whether the voter abstains, supports or opposes the proposal.
/// @return Returns true if the account is allowed to vote.
/// @dev Reverts if the proposal with the given `_proposalId` does not exist.
function canVote(
Expand Down

0 comments on commit 63727de

Please sign in to comment.