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

Skip to content

Commit 8fbb447

Browse files
yofftausbn
andauthored
Update python/ql/src/experimental/dataflow/internal/DataFlowPrivate.qll
Co-authored-by: Taus <[email protected]>
1 parent 1c3b945 commit 8fbb447

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
@@ -230,7 +230,7 @@ predicate storeStep(Node nodeFrom, Content c, Node nodeTo) {
230230
// `[..., 42, ...]`
231231
// nodeFrom is `42`, cfg node
232232
// nodeTo is the sequence, say `[..., 42, ...]`, cfg node
233-
// c denotes list or c denotes tuple and index of 42
233+
// c denotes list or c denotes tuple and index of nodeFrom
234234
//
235235
// List
236236
nodeTo.(CfgNode).getNode().(ListNode).getAnElement() = nodeFrom.(CfgNode).getNode() and

0 commit comments

Comments
 (0)