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 {
387387 * extend `NoSqlExecution` instead.
388388 */
389389 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. */
391391 abstract DataFlow:: Node getQuery ( ) ;
392392
393393 /** Holds if this query will unpack/interpret a dictionary */
@@ -405,7 +405,7 @@ module NoSqlExecution {
405405 * extend `NoSqlExecution::Range` instead.
406406 */
407407class 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. */
409409 DataFlow:: Node getQuery ( ) { result = super .getQuery ( ) }
410410
411411 /** Holds if this query will unpack/interpret a dictionary */
You can’t perform that action at this time.
0 commit comments