Skip to content

Commit b42b883

Browse files
committed
C++: s/put/but/ typo in QHelp
1 parent a567709 commit b42b883

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/ql/src/Best Practices/Likely Errors/CommaBeforeMisleadingIndentation.qhelp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Use whitespace consistently to communicate your coding intentions. Where possibl
2626

2727
<example>
2828
<p>
29-
This example shows three different ways of writing the same code. The first example contains a comma instead of a semicolon which means that the final line is part of the <code>if</code> statement, even though the indentation suggests that it is intended to be separate. The second example looks different put is functionally the same as the first example. It is more likely that the developer intended to write the third example.
29+
This example shows three different ways of writing the same code. The first example contains a comma instead of a semicolon which means that the final line is part of the <code>if</code> statement, even though the indentation suggests that it is intended to be separate. The second example looks different but is functionally the same as the first example. It is more likely that the developer intended to write the third example.
3030
</p>
3131
<sample src="CommaBeforeMisleadingIndentation.cpp" />
3232
</example>

0 commit comments

Comments
 (0)