Skip to content

Commit f3825ab

Browse files
authored
Clarify mapping named parameters (#5204)
1 parent 204ffee commit f3825ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contracts/governance/extensions/GovernorCountingFractional.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ abstract contract GovernorCountingFractional is Governor {
4343
/**
4444
* @dev Mapping from proposal ID to vote tallies for that proposal.
4545
*/
46-
mapping(uint256 => ProposalVote) private _proposalVotes;
46+
mapping(uint256 proposalId => ProposalVote) private _proposalVotes;
4747

4848
/**
4949
* @dev A fractional vote params uses more votes than are available for that user.

0 commit comments

Comments
 (0)