We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec89bac commit 2e136c8Copy full SHA for 2e136c8
cpp/autosar/src/rules/M9-3-3/MemberFunctionConstIfPossible.ql
@@ -41,7 +41,7 @@ class NonConstMemberFunction extends MemberFunction {
41
* `MemberFunction`s that are not const
42
* and not `Constructor`s ect as const constructors are
43
* not a thing in cpp
44
- * also not static because there is no `this` in
+ * also not static because there is no `this` in
45
* static `MemberFunction`
46
*/
47
class ConstMemberFunctionCandidate extends NonConstMemberFunction {
0 commit comments