summaryrefslogtreecommitdiff
path: root/src/election.ads
diff options
context:
space:
mode:
authorJed Barber <jjbarber@y7mail.com>2017-02-18 10:59:45 +1100
committerJed Barber <jjbarber@y7mail.com>2017-02-18 10:59:45 +1100
commit7e030b0b119fb116586937ab35c7d1f936fba92f (patch)
treeaece5598d85497ee3f8fb071929dd69c62e42c3b /src/election.ads
parentd4e1589d9768b4224e861f3a3e30689c64e7832a (diff)
Refactored long functions and commented election.adb and election.ads
Diffstat (limited to 'src/election.ads')
-rw-r--r--src/election.ads4
1 files changed, 2 insertions, 2 deletions
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;