C++: Fix % character in qhelp.

This commit is contained in:
Geoffrey White
2024-05-02 17:31:09 +01:00
parent 8f682ef4e4
commit 657402b42f

View File

@@ -21,7 +21,7 @@ the function.
<sample src="WrongTypeFormatArgumentsBad.cpp" />
<p>The corrected version uses <code>&percnt;i</code> as the format specifier for the integer format argument:</p>
<p>The corrected version uses <code>%i</code> as the format specifier for the integer format argument:</p>
<sample src="WrongTypeFormatArgumentsGood.cpp" />