소스 검색

Rephrase `VoteReduced` event docs (#5318)

Ernesto García 10 달 전
부모
커밋
0513853ca5
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      contracts/governance/extensions/GovernorCountingOverridable.sol

+ 1 - 1
contracts/governance/extensions/GovernorCountingOverridable.sol

@@ -35,7 +35,7 @@ abstract contract GovernorCountingOverridable is GovernorVotes {
         mapping(address voter => VoteReceipt) voteReceipt;
     }
 
-    /// @dev The vote was reduced by `weight` after an override over the `delegate` by the original token holder
+    /// @dev The votes casted by `delegate` were reduced by `weight` after an override vote was casted by the original token holder
     event VoteReduced(address indexed delegate, uint256 proposalId, uint8 support, uint256 weight);
 
     /// @dev A delegated vote on `proposalId` was overridden by `weight`