We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27c1e47 commit 40450a2Copy full SHA for 40450a2
ruby/ql/lib/codeql/ruby/frameworks/Pg.qll
@@ -35,7 +35,7 @@ module Pg {
35
}
36
37
38
- /** A call that prepares an SQL statment to be executed later. */
+ /** A call that prepares an SQL statement to be executed later. */
39
private class PgPrepareCall extends SqlConstruction::Range, DataFlow::CallNode {
40
private DataFlow::Node query;
41
private PgConnection pgConnection;
0 commit comments