Skip to content

Commit 0513853

Browse files
authored
Rephrase VoteReduced event docs (#5318)
1 parent ed98138 commit 0513853

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contracts/governance/extensions/GovernorCountingOverridable.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ abstract contract GovernorCountingOverridable is GovernorVotes {
3535
mapping(address voter => VoteReceipt) voteReceipt;
3636
}
3737

38-
/// @dev The vote was reduced by `weight` after an override over the `delegate` by the original token holder
38+
/// @dev The votes casted by `delegate` were reduced by `weight` after an override vote was casted by the original token holder
3939
event VoteReduced(address indexed delegate, uint256 proposalId, uint8 support, uint256 weight);
4040

4141
/// @dev A delegated vote on `proposalId` was overridden by `weight`

0 commit comments

Comments
 (0)