File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ private import codeql.ruby.ApiGraphs
17
17
* Often, it is worthy of an alert if a SQL statement is constructed such that
18
18
* executing it would be a security risk.
19
19
*
20
- * If it is important that the SQL statement is indeed executed, use `SqlExecution`.
20
+ * If it is important that the SQL statement is executed, use `SqlExecution`.
21
21
*
22
22
* Extend this class to refine existing API models. If you want to model new APIs,
23
23
* extend `SqlConstruction::Range` instead.
@@ -35,7 +35,7 @@ module SqlConstruction {
35
35
* Often, it is worthy of an alert if a SQL statement is constructed such that
36
36
* executing it would be a security risk.
37
37
*
38
- * If it is important that the SQL statement is indeed executed, use `SqlExecution`.
38
+ * If it is important that the SQL statement is executed, use `SqlExecution`.
39
39
*
40
40
* Extend this class to model new APIs. If you want to refine existing API models,
41
41
* extend `SqlConstruction` instead.
You can’t perform that action at this time.
0 commit comments