Skip to content

Commit 8f08b4c

Browse files
committed
JS: add missing QLDoc
1 parent 2569075 commit 8f08b4c

File tree

1 file changed

+2
-1
lines changed
  • javascript/ql/lib/semmle/javascript/frameworks

1 file changed

+2
-1
lines changed

javascript/ql/lib/semmle/javascript/frameworks/NoSQL.qll

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@
55
import javascript
66
import semmle.javascript.Promises
77

8+
/** Provices classes for modelling NoSQL query sinks. */
89
module NoSql {
9-
/** An expression that is interpreted as a NoSql query. */
10+
/** An expression that is interpreted as a NoSQL query. */
1011
abstract class Query extends Expr {
1112
/** Gets an expression that is interpreted as a code operator in this query. */
1213
DataFlow::Node getACodeOperator() { none() }

0 commit comments

Comments
 (0)