mirror of
https://github.com/github/codeql.git
synced 2025-12-24 04:36:35 +01:00
Python: adjust comment
This commit is contained in:
@@ -1521,7 +1521,7 @@ abstract class ParameterNodeImpl extends Node {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The value of a closure itself at function entry, viewed as a node in a data
|
* The value of a closure itself at function entry, viewed as a node in the data
|
||||||
* flow graph.
|
* flow graph.
|
||||||
*
|
*
|
||||||
* This is used for tracking flow through captured variables, and we use
|
* This is used for tracking flow through captured variables, and we use
|
||||||
@@ -1627,8 +1627,8 @@ private class SummaryPostUpdateNode extends FlowSummaryNode, PostUpdateNodeImpl
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The value of a closure itself being passed to the funciton, viewed as a node in a data
|
* The value of a closure itself being passed to the funciton, viewed as a
|
||||||
* flow graph.
|
* node in the data flow graph.
|
||||||
*
|
*
|
||||||
* This is used for tracking flow through captured variables, and we use a
|
* This is used for tracking flow through captured variables, and we use a
|
||||||
* separate node and parameter/argument positions in order to distinguish
|
* separate node and parameter/argument positions in order to distinguish
|
||||||
|
|||||||
Reference in New Issue
Block a user