Skip to content

Commit 796d608

Browse files
authored
Fix QLDoc article in NumericLiteral comment
1 parent 5c01928 commit 796d608

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
@@ -7,7 +7,7 @@ module Cpp14Literal {
77
private import cpp as StandardLibrary
88
private import codingstandards.cpp.UserDefinedLiteral
99

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

0 commit comments

Comments
 (0)