Skip to content

Commit e1f70a0

Browse files
committed
C++: Add missing </p> to qlhelp
1 parent d9b278d commit e1f70a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/ql/src/Best Practices/GuardedFree.qhelp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<example>
1515
<sample src = "GuardedFree.cpp" />
1616

17-
<p>In this example the condition checking the value of <code>foo</code> can be deleted.
17+
<p>In this example the condition checking the value of <code>foo</code> can be deleted.</p>
1818

1919
</example>
2020

0 commit comments

Comments
 (0)