C++: Fix qhelp error.

This commit is contained in:
Geoffrey White
2024-05-02 17:36:35 +01:00
parent 08e08a2b3a
commit 73cc211779

View File

@@ -21,7 +21,7 @@
<sample src="IncorrectNotOperatorUsage.cpp" />
<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>.
<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>
</example>
<references>