Skip to content

Commit

Permalink
Improve comment wording
Browse files Browse the repository at this point in the history
  • Loading branch information
mosteo committed Jan 28, 2021
1 parent eb912ae commit 6f595ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/alire/alire-warnings.ads
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ package Alire.Warnings with Preelaborate is
Level : Trace.Levels := Trace.Warning);
-- Emit a warning just once. If it has been already seen, do not warn
-- again. ID is used to determine if a warning has already been emitted
-- or, when not given, the actual warning text.
-- or, when not given, the actual warning text serves as the ID.

function Already_Warned (ID : String) return Boolean;
-- Says if a warning has been already emitted in the current run
Expand Down

0 comments on commit 6f595ec

Please sign in to comment.