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
1717 * Often, it is worthy of an alert if a SQL statement is constructed such that
1818 * executing it would be a security risk.
1919 *
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`.
2121 *
2222 * Extend this class to refine existing API models. If you want to model new APIs,
2323 * extend `SqlConstruction::Range` instead.
@@ -35,7 +35,7 @@ module SqlConstruction {
3535 * Often, it is worthy of an alert if a SQL statement is constructed such that
3636 * executing it would be a security risk.
3737 *
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`.
3939 *
4040 * Extend this class to model new APIs. If you want to refine existing API models,
4141 * extend `SqlConstruction` instead.
You can’t perform that action at this time.
0 commit comments