Python: Update example in QLDoc for TypeTracker

This commit is contained in:
Rasmus Wriedt Larsen
2020-09-21 13:55:48 +02:00
parent 54c35748f0
commit 2551173156

View File

@@ -154,7 +154,7 @@ private newtype TTypeTracker = MkTypeTracker(Boolean hasCall, OptionalAttributeN
* t.start() and
* result = < source of myType >
* or
* exists (TypeTracker t2 |
* exists (DataFlow::TypeTracker t2 |
* result = myType(t2).track(t2, t)
* )
* }