diff --git a/cpp/ql/lib/semmle/code/cpp/Type.qll b/cpp/ql/lib/semmle/code/cpp/Type.qll index 0853f0d4db20..673fcdedb08e 100644 --- a/cpp/ql/lib/semmle/code/cpp/Type.qll +++ b/cpp/ql/lib/semmle/code/cpp/Type.qll @@ -1673,9 +1673,9 @@ abstract private class TemplateParameterImpl extends Locatable { /** * A C++ template parameter. * - * In the example below, `T` and `I` are template parameters: + * In the example below, `T`, `TT`, and `I` are template parameters: * ``` - * template + * template TT, int I> * class C { }; * ``` */