Skip to content

Commit 0942945

Browse files
jketemacalumgrant
andauthored
Update cpp/ql/lib/semmle/code/cpp/TemplateParameter.qll
Co-authored-by: Calum Grant <[email protected]>
1 parent 8e66019 commit 0942945

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ class TemplateTemplateParameter extends TypeTemplateParameter {
7979
/**
8080
* Gets a class instantiated from this template template parameter.
8181
*
82-
* For example for `Container<T>` in the following code, the results is
82+
* For example for `Container<T>` in the following code, the result is
8383
* `Container<Elem>`:
8484
* ```
8585
* template <template <typename T> class Container, class Elem>

0 commit comments

Comments
 (0)