Skip to content

Commit

Permalink
updated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
martinvol committed Sep 20, 2024
1 parent b1d194a commit babea14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/protocol/contracts/governance/Election.sol
Original file line number Diff line number Diff line change
Expand Up @@ -817,9 +817,9 @@ contract Election is
}

/**
* @notice Returns a list of elected validator signers with seats allocated to groups via the D'Hondt
* @notice Returns a list of elected validator with seats allocated to groups via the D'Hondt
* method.
* @return The list of elected validator signers.
* @return The list of elected validator signers or accounts depending on input.
* @dev See https://en.wikipedia.org/wiki/D%27Hondt_method#Allocation for more information.
*/
function _electNValidatorSignerOrAccount(
Expand Down

0 comments on commit babea14

Please sign in to comment.