We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e66019 commit 0942945Copy full SHA for 0942945
cpp/ql/lib/semmle/code/cpp/TemplateParameter.qll
@@ -79,7 +79,7 @@ class TemplateTemplateParameter extends TypeTemplateParameter {
79
/**
80
* Gets a class instantiated from this template template parameter.
81
*
82
- * For example for `Container<T>` in the following code, the results is
+ * For example for `Container<T>` in the following code, the result is
83
* `Container<Elem>`:
84
* ```
85
* template <template <typename T> class Container, class Elem>
0 commit comments