diff --git a/cpp/ql/lib/semmle/code/cpp/TemplateParameter.qll b/cpp/ql/lib/semmle/code/cpp/TemplateParameter.qll index c127af22a9d..601d16b5112 100644 --- a/cpp/ql/lib/semmle/code/cpp/TemplateParameter.qll +++ b/cpp/ql/lib/semmle/code/cpp/TemplateParameter.qll @@ -79,7 +79,7 @@ class TemplateTemplateParameter extends TypeTemplateParameter { /** * Gets a class instantiated from this template template parameter. * - * For example for `Container` in the following code, the results is + * For example for `Container` in the following code, the result is * `Container`: * ``` * template