summaryrefslogtreecommitdiff
path: root/src/candidates-containers.ads
diff options
context:
space:
mode:
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;