Skip to content

Commit

Permalink
Update cpp/ql/lib/semmle/code/cpp/TemplateParameter.qll
Browse files Browse the repository at this point in the history
Co-authored-by: Calum Grant <[email protected]>
  • Loading branch information
jketema and calumgrant authored Jan 6, 2025
1 parent 8e66019 commit 0942945
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/ql/lib/semmle/code/cpp/TemplateParameter.qll
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ class TemplateTemplateParameter extends TypeTemplateParameter {
/**
* Gets a class instantiated from this template template parameter.
*
* For example for `Container<T>` in the following code, the results is
* For example for `Container<T>` in the following code, the result is
* `Container<Elem>`:
* ```
* template <template <typename T> class Container, class Elem>
Expand Down

0 comments on commit 0942945

Please sign in to comment.