Ruby: tweak comment

This commit is contained in:
Nick Rolfe
2022-11-11 12:01:23 +00:00
parent b91b3148a4
commit be60a871a3

View File

@@ -17,7 +17,7 @@ private import codeql.ruby.ApiGraphs
* Often, it is worthy of an alert if a SQL statement is constructed such that
* executing it would be a security risk.
*
* If it is important that the SQL statement is indeed executed, use `SqlExecution`.
* If it is important that the SQL statement is executed, use `SqlExecution`.
*
* Extend this class to refine existing API models. If you want to model new APIs,
* extend `SqlConstruction::Range` instead.
@@ -35,7 +35,7 @@ module SqlConstruction {
* Often, it is worthy of an alert if a SQL statement is constructed such that
* executing it would be a security risk.
*
* If it is important that the SQL statement is indeed executed, use `SqlExecution`.
* If it is important that the SQL statement is executed, use `SqlExecution`.
*
* Extend this class to model new APIs. If you want to refine existing API models,
* extend `SqlConstruction` instead.