summaryrefslogtreecommitdiff
path: root/src/candidates-containers.ads
diff options
context:
space:
mode:
authorJed Barber <jjbarber@y7mail.com>2017-02-18 20:46:50 +1100
committerJed Barber <jjbarber@y7mail.com>2017-02-18 20:46:50 +1100
commitbe9b26ad909dfe973e3ef7756afae6a2b42a41d5 (patch)
tree0fc583dc2ba72a744e0a5ec29950624d20a6179c /src/candidates-containers.ads
parentf20b3a198cd51d9742e6575beac7dd74b8b6b715 (diff)
Commented the Candidates packages better
Diffstat (limited to 'src/candidates-containers.ads')
-rw-r--r--src/candidates-containers.ads6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/candidates-containers.ads b/src/candidates-containers.ads
index a2ced26..f070b2e 100644
--- a/src/candidates-containers.ads
+++ b/src/candidates-containers.ads
@@ -42,7 +42,7 @@ package Candidates.Containers is
Element_Type => CandidateID_Maps.Map);
- -- possibly put some aspects here to ensure the types are as expected?
+ -- Possibly put some aspects here to ensure the types are as expected?
subtype Above_Line_Ballot is CandidateID_Map_Maps.Map;
subtype Below_Line_Ballot is CandidateID_Maps.Map;
@@ -53,13 +53,13 @@ package Candidates.Containers is
Below_Ballot : out Below_Line_Ballot);
- -- debugging function
+ -- Debugging function
function To_String
(Above_Ballot : in Above_Line_Ballot)
return String;
- -- debugging function
+ -- Debugging function
function To_String
(Below_Ballot : in Below_Line_Ballot)
return String;