From 7e030b0b119fb116586937ab35c7d1f936fba92f Mon Sep 17 00:00:00 2001 From: Jed Barber Date: Sat, 18 Feb 2017 10:59:45 +1100 Subject: Refactored long functions and commented election.adb and election.ads --- src/election.ads | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/election.ads') diff --git a/src/election.ads b/src/election.ads index f55637f..7d931bc 100644 --- a/src/election.ads +++ b/src/election.ads @@ -70,8 +70,8 @@ private Element_Type => Pending_Transfer); - -- this is used to keep track of exhausted and - -- fractional loss votes/papers + -- This is used to keep track of exhausted and + -- fractional loss papers. type Extra_Data is record Paper_Change : Integer; Total_Papers : Natural; -- cgit