Skip to content

Commit acc2856

Browse files
mbaludaCopilot
andauthored
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent e02b355 commit acc2856

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cpp/common/src/codingstandards/cpp/Cpp14Literal.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
module Cpp14Literal {
77
private import cpp as StandardLibrary
88

9-
/** An numeric literal. */
9+
/** A numeric literal. */
1010
abstract class NumericLiteral extends StandardLibrary::Literal {
1111
NumericLiteral() {
1212
// exclude user-defined literals as they define custom suffixes

0 commit comments

Comments
 (0)