Skip to content

Commit c35229f

Browse files
authored
Merge pull request #2327 from nickrolfe/missing_backtick
C++: add missing backtick in qldoc comment
2 parents 1159344 + f551334 commit c35229f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ abstract class Declaration extends Locatable, @declaration {
223223
* Will have `getTemplateArgument(0)` return `T`, and
224224
* `getTemplateArgument(1)` return `X`.
225225
*
226-
* `Foo<int, 1> bar;
226+
* `Foo<int, 1> bar;`
227227
*
228228
* Will have `getTemplateArgument())` return `int`, and
229229
* `getTemplateArgument(1)` return `1`.

0 commit comments

Comments
 (0)