From 4938de9185ef1ab9d9dda84c33191eaa670329d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nora=20Dimitrijevi=C4=87?= Date: Fri, 30 Sep 2022 12:28:18 +0200 Subject: [PATCH] C++: Fix docstring per suggestion Co-authored-by: Mathias Vorreiter Pedersen --- .../Likely Errors/CommaBeforeMisleadingIndentation.ql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpp/ql/src/Best Practices/Likely Errors/CommaBeforeMisleadingIndentation.ql b/cpp/ql/src/Best Practices/Likely Errors/CommaBeforeMisleadingIndentation.ql index d059e92d1c9..c3bde8c3e6e 100644 --- a/cpp/ql/src/Best Practices/Likely Errors/CommaBeforeMisleadingIndentation.ql +++ b/cpp/ql/src/Best Practices/Likely Errors/CommaBeforeMisleadingIndentation.ql @@ -13,7 +13,7 @@ import cpp import semmle.code.cpp.commons.Exclusions /** - * Holds if this is an implicit `this`. + * Holds if `te` is an implicit `this`. * * ThisExpr.isCompilerGenerated() is currently not being extracted, so use a heuristic. */