Update python/ql/test/experimental/dataflow/typetracking-summaries/TestSummaries.qll

Co-authored-by: Asger F <asgerf@github.com>
This commit is contained in:
yoff
2023-06-13 11:22:54 +02:00
committed by GitHub
parent 7e87a7c1f7
commit 8cae151883

View File

@@ -4,7 +4,7 @@ private import semmle.python.ApiGraphs
/**
* This module ensures that the `callStep` predicate in
* our type tracker implelemtation does not refer to the
* our type tracker implementation does not refer to the
* `getACall` predicate on `SummarizedCallable`.
*/
module RecursionGuard {