Skip to content

Commit d8c8bcd

Browse files
committed
Dataflow: Tweak qldoc.
1 parent cbb58d0 commit d8c8bcd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

shared/dataflow/codeql/dataflow/internal/DataFlowImpl.qll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1466,8 +1466,8 @@ module MakeImpl<LocationSig Location, InputSig<Location> Lang> {
14661466
* Holds if `node` is reachable with access path `ap` from a source.
14671467
*
14681468
* The call context `cc` records whether the node is reached through an
1469-
* argument in a call, and if so, `summaryCtx` and `argAp` record the
1470-
* corresponding parameter position and access path of that argument, respectively.
1469+
* argument in a call, and if so, `summaryCtx` records the
1470+
* corresponding parameter position and access path of that argument.
14711471
*/
14721472
pragma[nomagic]
14731473
additional predicate fwdFlow(

0 commit comments

Comments
 (0)