Potential fix for pull request finding

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Jeroen Ketema
2026-05-18 15:02:34 +02:00
committed by GitHub
parent c2e2770bbf
commit 7636bf560e

View File

@@ -116,7 +116,7 @@ class AliasTemplateType extends TypeAliasType {
override string getAPrimaryQlClass() { result = "AliasTemplateType" }
/**
* Gets a alias instantiated from this template.
* Gets an alias instantiated from this template.
*
* For example for `MyAliasTemplate<T>` in the following code, the results are
* `MyAliasTemplate<int>` and `MyAliasTemplate<long>`: