Skip to content

Commit 4cde48c

Browse files
committed
change comma to dot in qldoc
1 parent edebbd6 commit 4cde48c

File tree

1 file changed

+1
-1
lines changed
  • javascript/ql/src/semmle/javascript/frameworks

1 file changed

+1
-1
lines changed

javascript/ql/src/semmle/javascript/frameworks/HTTP.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ module HTTP {
249249
}
250250

251251
/**
252-
* 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,
252+
* 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.
253253
*/
254254
private predicate isAForwardingRouteHandlerCall(
255255
DataFlow::SourceNode callee, HTTP::RouteHandlerCandidate f

0 commit comments

Comments
 (0)