Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5e84754

Browse files
yoffRasmusWL
andauthored
Update python/ql/src/experimental/dataflow/internal/DataFlowPrivate.qll
Co-authored-by: Rasmus Wriedt Larsen <[email protected]>
1 parent 06bd436 commit 5e84754

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

python/ql/src/experimental/dataflow/internal/DataFlowPrivate.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ predicate readStep(Node nodeFrom, Content c, Node nodeTo) {
328328
// `[x+1 for x in l]`
329329
// nodeFrom is `l`, cfg node
330330
// nodeTo is `x`, essa var
331-
// c denotes list or set
331+
// c denotes element of list or set
332332
exists(For f, Comp comp |
333333
f = getCompFor(comp) and
334334
nodeFrom.(CfgNode).getNode().(SequenceNode).getNode() = getCompIter(comp) and

0 commit comments

Comments
 (0)