Skip to content

Commit ddbec50

Browse files
authored
Merge pull request github#3990 from MathiasVP/mathiasvp/fix-qldoc-SemanticStackVariable
C++: Fix QLDoc for `SemanticStackVariable`
2 parents bec415c + 978bf3a commit ddbec50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/ql/src/semmle/code/cpp/Variable.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -582,7 +582,7 @@ class TemplateVariable extends Variable {
582582
* float a;
583583
* }
584584
*
585-
* template<type T>
585+
* template<typename T>
586586
* void myTemplateFunction() {
587587
* T b;
588588
* }

0 commit comments

Comments
 (0)