Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 93b4985

Browse files
committed
CPP: Backticks.
1 parent a5d2fbd commit 93b4985

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cpp/ql/src/semmle/code/cpp/Type.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ class BuiltInType extends Type, @builtintype {
312312
/**
313313
* An erroneous type. This type has no corresponding C/C++ syntax.
314314
*
315-
* ErroneousType is the type of ErrorExpr, which in turn refers to an illegal
315+
* `ErroneousType` is the type of `ErrorExpr`, which in turn refers to an illegal
316316
* language construct. In the example below, a temporary (`0`) cannot be bound
317317
* to an lvalue reference (`int &`):
318318
* ```

0 commit comments

Comments
 (0)