Skip to content

Commit 723863c

Browse files
mbaludaCopilot
andauthored
Update cpp/common/test/rules/unusedparameter/test.cpp
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 2317f1b commit 723863c

File tree

1 file changed

+1
-1
lines changed
  • cpp/common/test/rules/unusedparameter

1 file changed

+1
-1
lines changed

cpp/common/test/rules/unusedparameter/test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ class A {
1717
void c(int) {} // COMPLIANT
1818

1919
// This is a violation of Rule 0-2-2, and therefore flagged by the default
20-
// logic. However, this allowed by additional exception in A0-1-4. See A0-1-4
20+
// logic. However, this is allowed by additional exception in A0-1-4. See A0-1-4
2121
// and Rule 0-2-2 tests for full coverage.
2222
virtual void d(int x, int y) {} // NON_COMPLIANT
2323
};

0 commit comments

Comments
 (0)