Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5d2fbd commit 93b4985Copy full SHA for 93b4985
1 file changed
cpp/ql/src/semmle/code/cpp/Type.qll
@@ -312,7 +312,7 @@ class BuiltInType extends Type, @builtintype {
312
/**
313
* An erroneous type. This type has no corresponding C/C++ syntax.
314
*
315
- * ErroneousType is the type of ErrorExpr, which in turn refers to an illegal
+ * `ErroneousType` is the type of `ErrorExpr`, which in turn refers to an illegal
316
* language construct. In the example below, a temporary (`0`) cannot be bound
317
* to an lvalue reference (`int &`):
318
* ```
0 commit comments