From 0942945fa1872075f5fc37474628ca0ff125bfbe Mon Sep 17 00:00:00 2001 From: Jeroen Ketema <93738568+jketema@users.noreply.github.com> Date: Mon, 6 Jan 2025 13:30:43 +0100 Subject: [PATCH] Update cpp/ql/lib/semmle/code/cpp/TemplateParameter.qll Co-authored-by: Calum Grant <42069085+calumgrant@users.noreply.github.com> --- cpp/ql/lib/semmle/code/cpp/TemplateParameter.qll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpp/ql/lib/semmle/code/cpp/TemplateParameter.qll b/cpp/ql/lib/semmle/code/cpp/TemplateParameter.qll index c127af22a9d6..601d16b51123 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