Fix comment description of predicate

This commit is contained in:
thank_you
2021-05-07 15:08:48 -04:00
parent 7693d696cc
commit 8f8eff231a

View File

@@ -11,7 +11,7 @@ private import experimental.semmle.python.Concepts
private import semmle.python.ApiGraphs
private module NoSQL {
/** Gets a reference to a `MongoClient` DB. */
/** Gets a reference to a `MongoClient` instance. */
private API::Node mongoClientInstance() {
result = API::moduleImport("pymongo").getMember("MongoClient").getReturn() or
result =