Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2551173

Browse files
committed
Python: Update example in QLDoc for TypeTracker
1 parent 54c3574 commit 2551173

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

python/ql/src/experimental/dataflow/TypeTracker.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ private newtype TTypeTracker = MkTypeTracker(Boolean hasCall, OptionalAttributeN
154154
* t.start() and
155155
* result = < source of myType >
156156
* or
157-
* exists (TypeTracker t2 |
157+
* exists (DataFlow::TypeTracker t2 |
158158
* result = myType(t2).track(t2, t)
159159
* )
160160
* }

0 commit comments

Comments
 (0)