mirror of
https://github.com/github/codeql.git
synced 2026-04-30 11:15:13 +02:00
Python: ObjectAPI.qll: Fixes docstring
This commit is contained in:
@@ -44,7 +44,7 @@ class Value extends TObject {
|
||||
PointsToInternal::pointsTo(result, _, this, _)
|
||||
}
|
||||
|
||||
/** Gets the origin AST node for this value. */
|
||||
/** Gets the origin CFG node for this value. */
|
||||
ControlFlowNode getOrigin() {
|
||||
result = this.(ObjectInternal).getOrigin()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user