Skip to content

Commit be60a87

Browse files
committed
Ruby: tweak comment
1 parent b91b314 commit be60a87

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ruby/ql/lib/codeql/ruby/Concepts.qll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)