Skip to content

Commit 58f134f

Browse files
committed
Minor comment
1 parent d4adaa5 commit 58f134f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/autosar/src/rules/A15-4-4/MissingNoExcept.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@ where
3232
not f.isCompilerGenerated() and
3333
// The function is defined in this database
3434
f.hasDefinition() and
35-
// This function is not an overriden call operator of lambda expression
35+
// This function is not an overriden call operator of a lambda expression
3636
not exists(LambdaExpression lambda | lambda.getLambdaFunction() = f)
3737
select f, "Function " + f.getName() + " could be declared noexcept(true)."

0 commit comments

Comments
 (0)