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 @@ -341,7 +341,7 @@ class SqlConstruction extends DataFlow::Node {
341
341
342
342
SqlConstruction ( ) { this = range }
343
343
344
- /** Gets the argument that specifies the SQL statements to be executed . */
344
+ /** Gets the argument that specifies the SQL statements to be constructed . */
345
345
DataFlow:: Node getSql ( ) { result = range .getSql ( ) }
346
346
}
347
347
@@ -356,7 +356,7 @@ module SqlConstruction {
356
356
* extend `SqlExecution` instead.
357
357
*/
358
358
abstract class Range extends DataFlow:: Node {
359
- /** Gets the argument that specifies the SQL statements to be executed . */
359
+ /** Gets the argument that specifies the SQL statements to be constructed . */
360
360
abstract DataFlow:: Node getSql ( ) ;
361
361
}
362
362
}
You can’t perform that action at this time.
0 commit comments