Make the QLDoc on 'getAnSqlParameter' more clear.

This commit is contained in:
Mathias Vorreiter Pedersen
2021-09-15 13:15:05 +01:00
parent 44dca68463
commit 947ab8a14d

View File

@@ -13,7 +13,7 @@ private import cpp
*/
abstract class SqlSink extends Function {
/**
* Holds if `input` to this function represents data that is passed to an SQL server.
* Holds if `input` to this function represents SQL code to be executed.
*/
abstract predicate getAnSqlParameter(FunctionInput input);
}