mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
change comma to dot in qldoc
This commit is contained in:
@@ -249,7 +249,7 @@ module HTTP {
|
||||
}
|
||||
|
||||
/**
|
||||
* Holds if `f` looks like a route-handler and a call to `callee` inside `f` forwards all of the parameters from `f` to that call,
|
||||
* Holds if `f` looks like a route-handler and a call to `callee` inside `f` forwards all of the parameters from `f` to that call.
|
||||
*/
|
||||
private predicate isAForwardingRouteHandlerCall(
|
||||
DataFlow::SourceNode callee, HTTP::RouteHandlerCandidate f
|
||||
|
||||
Reference in New Issue
Block a user