diff --git a/src/cgi/form.html b/src/cgi/form.html index b66b756..40ec12b 100644 --- a/src/cgi/form.html +++ b/src/cgi/form.html @@ -87,7 +87,7 @@ e.g.:
where this reads that the first voter had preferences "Alice" over "Bob" over "Charlie", the second voter "Bob" over "Alice" over "Charlie", etc. -(This example is constructed to demonstrate a situation without a singular majority winner - its Smith set a tie between "Alice" and "Bob") +(This example is constructed to demonstrate a situation without a singular majority winner - its Smith set a tie between "Alice" and "Bob"). Rankings may contain ties by e.g. repeating a numerical rank.The form will return a list of the Smith-set winners sorted lexicographically (they are all equally good majority winners).