From be9b26ad909dfe973e3ef7756afae6a2b42a41d5 Mon Sep 17 00:00:00 2001 From: Jed Barber Date: Sat, 18 Feb 2017 20:46:50 +1100 Subject: Commented the Candidates packages better --- src/candidates-containers.ads | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/candidates-containers.ads') 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; -- cgit