We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66b653b commit 831386dCopy full SHA for 831386d
1 file changed
cpp/common/src/codingstandards/cpp/UserDefinedLiteral.qll
@@ -5,7 +5,7 @@
5
import cpp
6
7
/**
8
- * A user defined literal operator is a function that defines the behavior of a user defined literal.
+ * A user defined literal operator is a function that defines the behavior of a user defined literal.
9
* It is declared using the `operator ""` syntax.
10
* ```
11
* constexpr long operator""_km(unsigned long value) {
0 commit comments