Skip to content

Commit 08e08a2

Browse files
committed
C++: Qhelp punctuation.
1 parent 669fc92 commit 08e08a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/ql/src/Likely Bugs/Likely Typos/IncorrectNotOperatorUsage.qhelp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
<sample src="IncorrectNotOperatorUsage.cpp" />
2323

24-
<p>In other cases, particularly when the expressions have <code>bool</code> type, the fix may instead be of the form <code>a &amp;&amp; !b</code></p>
24+
<p>In other cases, particularly when the expressions have <code>bool</code> type, the fix may instead be of the form <code>a &amp;&amp; !b</code></p>.
2525
</example>
2626

2727
<references>

0 commit comments

Comments
 (0)