Skip to content

Commit 85a45b0

Browse files
RasmusWLyoff
andauthored
Python: Fix comment
Co-authored-by: yoff <[email protected]>
1 parent d182eae commit 85a45b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/ql/consistency-queries/PhaseDependentFlowConsistency.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ where
88
not exists(node.getScope()) and
99
exists(Node nodeFrom, Node nodeTo | node in [nodeFrom, nodeTo] |
1010
// the list of step relations used with PhaseDependentFlow has been compiled
11-
// manually, and there isn't really a good way to do so manually :|
11+
// manually, and there isn't really a good way to do so automatically :|
1212
DataFlowPrivate::LocalFlow::definitionFlowStep(nodeFrom, nodeTo)
1313
or
1414
DataFlowPrivate::LocalFlow::expressionFlowStep(nodeFrom, nodeTo)

0 commit comments

Comments
 (0)