Skip to content

Commit f36a70a

Browse files
committed
minor: Correct the doc-string of the 'Add_Rule_By_Name' procedure
1 parent fe4e8a4 commit f36a70a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lkql_checker/src/gnatcheck-projects.ads

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -259,8 +259,8 @@ package Gnatcheck.Projects is
259259
-- the processing list.
260260

261261
procedure Add_Rule_By_Name (Rule_Name : String; Prepend : Boolean := False);
262-
-- Use ``Add_Legacy_Rule_Option`` to forge a new rule option enabling the
263-
-- given rule without any parameter.
262+
-- Create a new rule option to enable the rule designated by the provided
263+
-- name without any additional configuration.
264264

265265
procedure Set_LKQL_Rule_File (File : String; Project_Relative : Boolean);
266266
-- Set the given ``File`` as the LKQL rule file to process during the

0 commit comments

Comments
 (0)