Skip to content

Commit 2ca12aa

Browse files
tausbnRasmusWL
andauthored
Update python/ql/src/semmle/python/dataflow/new/internal/DataFlowPublic.qll
Co-authored-by: Rasmus Wriedt Larsen <[email protected]>
1 parent 27c479a commit 2ca12aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/ql/src/semmle/python/dataflow/new/internal/DataFlowPublic.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ class CallCfgNode extends CfgNode {
175175
*/
176176
Node getFunction() { result.asCfgNode() = node.getFunction() }
177177

178-
/** Gets the data-flow node corresponding to the nth argument of the call corresponding to this data-flow node */
178+
/** Gets the data-flow node corresponding to the i'th argument of the call corresponding to this data-flow node */
179179
Node getArg(int i) { result.asCfgNode() = node.getArg(i) }
180180

181181
/** Gets the data-flow node corresponding to the named argument of the call corresponding to this data-flow node */

0 commit comments

Comments
 (0)