Skip to content

Commit eb973b3

Browse files
Update javascript/ql/src/semmle/javascript/frameworks/SQL.qll
Co-authored-by: Max Schaefer <54907921+max-schaefer@users.noreply.github.com>
1 parent b24e959 commit eb973b3

File tree

1 file changed

+1
-1
lines changed
  • javascript/ql/src/semmle/javascript/frameworks

1 file changed

+1
-1
lines changed

javascript/ql/src/semmle/javascript/frameworks/SQL.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ private module MySql {
9696
* Provides classes modelling the `pg` package.
9797
*/
9898
private module Postgres {
99-
/** Gets a reference to the `Client` constructor in the `pg` package. E.g: `require('pg').Client`. */
99+
/** Gets a reference to the `Client` constructor in the `pg` package, for example `require('pg').Client`. */
100100
API::Node newClient() { result = API::moduleImport("pg").getMember("Client") }
101101

102102
/** Gets a freshly created Postgres client instance. */

0 commit comments

Comments
 (0)