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

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Tom Hvitved
2025-06-11 12:48:06 +02:00
committed by GitHub
parent b90e8679a9
commit eeaccc5a9a

View File

@@ -14,7 +14,7 @@
* Type inferType(AstNode n, TypePath path)
* ```
*
* for recursivelly inferring the type-path-indexed types of AST nodes. For example,
* for recursively inferring the type-path-indexed types of AST nodes. For example,
* one may have a base case for literals like
*
* ```ql