Skip to content

Commit 4938de9

Browse files
d10cMathiasVP
andauthored
C++: Fix docstring per suggestion
Co-authored-by: Mathias Vorreiter Pedersen <[email protected]>
1 parent c37c6a0 commit 4938de9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import cpp
1313
import semmle.code.cpp.commons.Exclusions
1414

1515
/**
16-
* Holds if this is an implicit `this`.
16+
* Holds if `te` is an implicit `this`.
1717
*
1818
* ThisExpr.isCompilerGenerated() is currently not being extracted, so use a heuristic.
1919
*/

0 commit comments

Comments
 (0)