Update python/ql/src/semmle/python/dataflow/new/internal/DataFlowPrivate.qll

Co-authored-by: Taus <tausbn@github.com>
This commit is contained in:
yoff
2021-02-01 16:41:43 +01:00
committed by GitHub
parent 27fd46b855
commit 384d0212b1

View File

@@ -1260,7 +1260,7 @@ module IterableUnpacking {
Expr getSource() { result = source }
}
/** The LHS of an assignemnt, it also records the assigned value. */
/** The LHS of an assignment, it also records the assigned value. */
class AssignmentTarget extends ControlFlowNode {
Expr value;