From 63727deb1f14dc47c29ecb9358e614dc28934556 Mon Sep 17 00:00:00 2001 From: Rekard0 <5880388+Rekard0@users.noreply.github.com> Date: Tue, 12 Nov 2024 13:03:24 +0100 Subject: [PATCH] fix: typo --- packages/contracts/src/IMajorityVoting.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/contracts/src/IMajorityVoting.sol b/packages/contracts/src/IMajorityVoting.sol index 14e78c91..2ea68d62 100644 --- a/packages/contracts/src/IMajorityVoting.sol +++ b/packages/contracts/src/IMajorityVoting.sol @@ -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(