CPP: Backticks.

This commit is contained in:
Geoffrey White
2019-11-13 10:42:06 +00:00
parent a5d2fbd25d
commit 93b4985532

View File

@@ -312,7 +312,7 @@ class BuiltInType extends Type, @builtintype {
/**
* An erroneous type. This type has no corresponding C/C++ syntax.
*
* 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
* language construct. In the example below, a temporary (`0`) cannot be bound
* to an lvalue reference (`int &`):
* ```