Update shared/typeinference/codeql/typeinference/internal/TypeInference.qll

Co-authored-by: Geoffrey White <40627776+geoffw0@users.noreply.github.com>
This commit is contained in:
Tom Hvitved
2025-06-12 12:14:52 +02:00
committed by GitHub
parent eeaccc5a9a
commit 1ec376073b

View File

@@ -8,7 +8,7 @@
* `TypePath` type, and `Make2`, which (using `TypePath` in the input signature)
* constructs the `Matching` and `IsInstantiationOf` modules.
*
* The intended use of this library is define a predicate
* The intended use of this library is to define a predicate
*
* ```ql
* Type inferType(AstNode n, TypePath path)