File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
python/ql/lib/semmle/python Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -387,7 +387,7 @@ module NoSqlExecution {
387
387
* extend `NoSqlExecution` instead.
388
388
*/
389
389
abstract class Range extends DataFlow:: Node {
390
- /** Gets the argument that specifies the NoSql query to be executed. */
390
+ /** Gets the argument that specifies the NoSQL query to be executed. */
391
391
abstract DataFlow:: Node getQuery ( ) ;
392
392
393
393
/** Holds if this query will unpack/interpret a dictionary */
@@ -405,7 +405,7 @@ module NoSqlExecution {
405
405
* extend `NoSqlExecution::Range` instead.
406
406
*/
407
407
class NoSqlExecution extends DataFlow:: Node instanceof NoSqlExecution:: Range {
408
- /** Gets the argument that specifies the NoSql query to be executed. */
408
+ /** Gets the argument that specifies the NoSQL query to be executed. */
409
409
DataFlow:: Node getQuery ( ) { result = super .getQuery ( ) }
410
410
411
411
/** Holds if this query will unpack/interpret a dictionary */
You can’t perform that action at this time.
0 commit comments