Skip to content

Commit b1a722f

Browse files
committed
JS: typo fix
1 parent 12d8177 commit b1a722f

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
@@ -219,7 +219,7 @@ private module Mongoose {
219219
abstract predicate returnsQuery();
220220

221221
/**
222-
* Holds if this invocation returns a `Query` that evaluates to a one or
222+
* Holds if this invocation returns a `Query` that evaluates to one or
223223
* more Documents (`asArray` is false if it evaluates to a single
224224
* Document).
225225
*/

0 commit comments

Comments
 (0)