Skip to content

Commit

Permalink
natspec: small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbrai committed Mar 12, 2024
1 parent d03fd26 commit 7666684
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ contract Rewards is
* Gas spent is refunded in `ethToken`.
* @param lastProposalId id of the last proposal to include in the rewards distribution. all proposals up to and
* including this id must have ended voting.
* @param votingClientIds array of sorted client ids that were used to vote on of all eligible the eligible proposals in
* @param votingClientIds array of sorted client ids that were used to vote on the eligible proposals in
* this rewards distribution. reverts if contains duplicates. reverts if not sorted. reverts if a clientId had zero votes.
*/
function updateRewardsForProposalWritingAndVoting(
Expand Down

0 comments on commit 7666684

Please sign in to comment.