Update python/ql/src/experimental/semmle/python/frameworks/PEP249.qll

Co-authored-by: Taus <tausbn@github.com>
This commit is contained in:
yoff
2020-11-02 17:19:21 +01:00
committed by GitHub
parent ca34219ec5
commit 222a2f7f5d

View File

@@ -32,8 +32,8 @@ module Connection {
* A source of an instance of `db.Conection`.
*
* This can include instantiation of the class, return value from function
* calls, or a special parameter that will be set when functions are call by external
* library.
* calls, or a special parameter that will be set when functions are called by external
* libraries.
*
* Use `Conection::instance()` predicate to get references to instances of `db.Conection`.
*