mirror of
https://github.com/github/codeql.git
synced 2026-03-31 12:48:17 +02:00
Python: Fix typo in comment
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -53,7 +53,7 @@ predicate call_to_range(DataFlow::Node node) {
|
||||
call_to_range(node.(DataFlow::CallCfgNode).getArg(0))
|
||||
}
|
||||
|
||||
/** Whether n is a use of a variable that is a not effectively a constant. */
|
||||
/** Whether n is a use of a variable that is not effectively a constant. */
|
||||
predicate use_of_non_constant(Name n) {
|
||||
exists(Variable var |
|
||||
n.uses(var) and
|
||||
|
||||
Reference in New Issue
Block a user