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

Co-authored-by: Max Schaefer <54907921+max-schaefer@users.noreply.github.com>
This commit is contained in:
Erik Krogh Kristensen 2020-09-30 15:12:17 +02:00 коммит произвёл GitHub
Родитель b24e959033
Коммит eb973b39fe
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -96,7 +96,7 @@ private module MySql {
* Provides classes modelling the `pg` package.
*/
private module Postgres {
/** 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`. */
API::Node newClient() { result = API::moduleImport("pg").getMember("Client") }
/** Gets a freshly created Postgres client instance. */