We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b24e959 commit eb973b3Copy full SHA for eb973b3
javascript/ql/src/semmle/javascript/frameworks/SQL.qll
@@ -96,7 +96,7 @@ private module MySql {
96
* Provides classes modelling the `pg` package.
97
*/
98
private module Postgres {
99
- /** Gets a reference to the `Client` constructor in the `pg` package. E.g: `require('pg').Client`. */
+ /** Gets a reference to the `Client` constructor in the `pg` package, for example `require('pg').Client`. */
100
API::Node newClient() { result = API::moduleImport("pg").getMember("Client") }
101
102
/** Gets a freshly created Postgres client instance. */
0 commit comments