We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c01928 commit 796d608Copy full SHA for 796d608
1 file changed
cpp/common/src/codingstandards/cpp/Cpp14Literal.qll
@@ -7,7 +7,7 @@ module Cpp14Literal {
7
private import cpp as StandardLibrary
8
private import codingstandards.cpp.UserDefinedLiteral
9
10
- /** An numeric literal. */
+ /** A numeric literal. */
11
abstract class NumericLiteral extends StandardLibrary::Literal {
12
NumericLiteral() {
13
// exclude user-defined literals as they define custom suffixes
0 commit comments