Skip to content

Commit d6d13f8

Browse files
committed
Python: -> NoSQL in QLDocs
1 parent 3676262 commit d6d13f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python/ql/lib/semmle/python/Concepts.qll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
*/
407407
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. */
409409
DataFlow::Node getQuery() { result = super.getQuery() }
410410

411411
/** Holds if this query will unpack/interpret a dictionary */

0 commit comments

Comments
 (0)