Skip to content

Commit

Permalink
Merge pull request github#18851 from geoffw0/typo
Browse files Browse the repository at this point in the history
Fix typo in shared DataFlowImplConsistency.qll
  • Loading branch information
geoffw0 authored Feb 24, 2025
2 parents ddfb168 + 24411b6 commit 6437bd6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@
| PostUpdateNode should not be the target of local flow | 0 |
| PostUpdateNode should not equal its pre-update node | 0 |
| Read step does not preserve enclosing callable | 0 |
| Speculative step already hasM Model | 0 |
| Speculative step already has Model | 0 |
| Store step does not preserve enclosing callable | 0 |
| Type compatibility predicate is not reflexive | 0 |
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,7 @@ module MakeConsistency<
result =
count(DataFlowCall call, Node receiver | lambdaCallEnclosingCallableMismatch(call, receiver))
or
type = "Speculative step already hasM Model" and
type = "Speculative step already has Model" and
result = count(Node n1, Node n2 | speculativeStepAlreadyHasModel(n1, n2, _))
}
}

0 comments on commit 6437bd6

Please sign in to comment.