Python: ObjectAPI.qll: Fixes docstring

This commit is contained in:
Rebecca Valentine
2020-03-17 09:48:54 -07:00
parent c7a2925620
commit a7a64952e2

View File

@@ -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()
}