Skip to content

Commit

Permalink
fix EliminateAll typo in README
Browse files Browse the repository at this point in the history
  • Loading branch information
milselarch committed May 13, 2024
1 parent be8ec26 commit 0e2dcae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ round, attempt to construct a directed acyclic graph to establish a pecking
order between candidate preferences via [ranked-pair](https://en.wikipedia.org/wiki/Ranked_pairs)
comparisons, and eliminate the candidate(s) that are at the bottom to the pecking order.
This ensures that the winning candidate is a [Condorcet winner](https://en.wikipedia.org/wiki/Condorcet_winner_criterion)
if one exists in the poll results, and will revert to `EliminationStrategies::EliminateAll` if the preference graph cannot
if one exists in the poll results, and will revert to `EliminationStrategies::EliminateAll` if the preference graph cannot
be constructed.

## Build instructions
Expand Down

0 comments on commit 0e2dcae

Please sign in to comment.