Skip to content

Commit 03d296a

Browse files
committed
Fix typo in qldoc.
1 parent cec4d55 commit 03d296a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/ql/src/semmle/python/pointsto/PointsTo.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -924,7 +924,7 @@ module InterProceduralPointsTo {
924924
origin = def.getDefiningNode()
925925
}
926926

927-
/** Holds if `call` in context `caller` calls into the function scope `func` in context `callee` and
927+
/** Holds if `call` in context `caller` calls into the function scope `scope` in context `callee` and
928928
* that the number of position arguments (including expansion of `*` argument) exceeds the number of positional arguments by
929929
* `length` and that the excess arguments start at `start`.
930930
*/

0 commit comments

Comments
 (0)