Skip to content

Commit 657402b

Browse files
committed
C++: Fix % character in qhelp.
1 parent 8f682ef commit 657402b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/ql/src/Likely Bugs/Format/WrongTypeFormatArguments.qhelp

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

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

24-
<p>The corrected version uses <code>&percnt;i</code> as the format specifier for the integer format argument:</p>
24+
<p>The corrected version uses <code>%i</code> as the format specifier for the integer format argument:</p>
2525

2626
<sample src="WrongTypeFormatArgumentsGood.cpp" />
2727

0 commit comments

Comments
 (0)