Skip to content

Commit 74d57bb

Browse files
yofftausbn
andauthored
Update python/ql/lib/semmle/python/dataflow/new/internal/DataFlowPrivate.qll
Co-authored-by: Taus <[email protected]>
1 parent c60df7d commit 74d57bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/ql/lib/semmle/python/dataflow/new/internal/DataFlowPrivate.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1636,7 +1636,7 @@ module MatchUnpacking {
16361636
*/
16371637
predicate matchAsFlowStep(Node nodeFrom, Node nodeTo) {
16381638
exists(MatchAsPattern subject, Name alias | alias = subject.getAlias() |
1639-
// We make the subject flow to the interior pattern via the alis.
1639+
// We make the subject flow to the interior pattern via the alias.
16401640
// That way, information can propagate from the interior pattern to the alias.
16411641
//
16421642
// the subject flows to the interior pattern

0 commit comments

Comments
 (0)