Skip to content

Commit 6cf30ef

Browse files
jcreedcmuRasmusWL
andauthored
Update python/ql/src/analysis/DefinitionTracking.qll
Co-authored-by: Rasmus Wriedt Larsen <[email protected]>
1 parent c34fa84 commit 6cf30ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/ql/src/analysis/DefinitionTracking.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -492,7 +492,7 @@ class NiceLocationExpr extends @py_expr {
492492
}
493493

494494
/**
495-
* Gets an element, of kind `kind`, that element `e` uses, if any.
495+
* Gets the definition (of kind `kind`) for the expression `use`, if one can be found.
496496
*/
497497
cached
498498
Definition definitionOf(NiceLocationExpr use, string kind) {

0 commit comments

Comments
 (0)