Update python/ql/src/analysis/DefinitionTracking.qll

Co-authored-by: Rasmus Wriedt Larsen <rasmuswriedtlarsen@gmail.com>
This commit is contained in:
jcreedcmu
2020-05-05 09:40:54 -04:00
committed by GitHub
parent c34fa840a2
commit 6cf30ef87a

View File

@@ -492,7 +492,7 @@ class NiceLocationExpr extends @py_expr {
}
/**
* Gets an element, of kind `kind`, that element `e` uses, if any.
* Gets the definition (of kind `kind`) for the expression `use`, if one can be found.
*/
cached
Definition definitionOf(NiceLocationExpr use, string kind) {