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 {
341341
342342 SqlConstruction ( ) { this = range }
343343
344- /** Gets the argument that specifies the SQL statements to be executed . */
344+ /** Gets the argument that specifies the SQL statements to be constructed . */
345345 DataFlow:: Node getSql ( ) { result = range .getSql ( ) }
346346}
347347
@@ -356,7 +356,7 @@ module SqlConstruction {
356356 * extend `SqlExecution` instead.
357357 */
358358 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 . */
360360 abstract DataFlow:: Node getSql ( ) ;
361361 }
362362}
You can’t perform that action at this time.
0 commit comments