Skip to content

Commit 7636bf5

Browse files
jketemaCopilot
andauthored
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent c2e2770 commit 7636bf5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cpp/ql/lib/semmle/code/cpp/TypedefType.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ class AliasTemplateType extends TypeAliasType {
116116
override string getAPrimaryQlClass() { result = "AliasTemplateType" }
117117

118118
/**
119-
* Gets a alias instantiated from this template.
119+
* Gets an alias instantiated from this template.
120120
*
121121
* For example for `MyAliasTemplate<T>` in the following code, the results are
122122
* `MyAliasTemplate<int>` and `MyAliasTemplate<long>`:

0 commit comments

Comments
 (0)