change comma to dot in qldoc

This commit is contained in:
Erik Krogh Kristensen
2020-09-21 10:23:21 +02:00
parent edebbd640e
commit 4cde48cfb8

View File

@@ -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