Skip to content

Commit 8fab235

Browse files
committed
DataFlow: Fix typo in a comment
1 parent 16fc8c3 commit 8fab235

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared/dataflow/codeql/dataflow/internal/FlowSummaryImpl.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -541,7 +541,7 @@ module Make<
541541
}
542542

543543
/**
544-
* Holds if `s` is a valid input stack, in the sense that we generate data flow graph
544+
* Holds if `s` is a valid input stack, in the sense that we generate a data flow graph
545545
* that faithfully represents this flow, and lambda-tracking can be expected to track
546546
* lambdas to the relevant callbacks in practice.
547547
*/

0 commit comments

Comments
 (0)