mirror of
https://github.com/github/codeql.git
synced 2026-04-26 17:25:19 +02:00
typo
This commit is contained in:
@@ -35,7 +35,7 @@ module Pg {
|
||||
}
|
||||
}
|
||||
|
||||
/** A call that prepares an SQL statment to be executed later. */
|
||||
/** A call that prepares an SQL statement to be executed later. */
|
||||
private class PgPrepareCall extends SqlConstruction::Range, DataFlow::CallNode {
|
||||
private DataFlow::Node query;
|
||||
private PgConnection pgConnection;
|
||||
|
||||
Reference in New Issue
Block a user