Skip to content

Commit ce3b196

Browse files
esbenaerik-krogh
andauthored
Update javascript/ql/src/semmle/javascript/frameworks/NoSQL.qll
Co-Authored-By: Erik Krogh Kristensen <[email protected]>
1 parent b9860d3 commit ce3b196

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/NoSQL.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ private module Mongoose {
226226
abstract predicate returnsDocumentQuery(boolean asArray);
227227

228228
/**
229-
* Holds if this call interprets `arg` as a query.
229+
* Holds if this invocation interprets `arg` as a query.
230230
*/
231231
abstract predicate interpretsArgumentAsQuery(DataFlow::Node arg);
232232
}

0 commit comments

Comments
 (0)