Skip to content

Commit f01eacd

Browse files
authored
Fix formatting of compiler error C2278 description
1 parent 871dffd commit f01eacd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/error-messages/compiler-errors-1/compiler-errors-c2200-through-c2299.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ The articles in this section of the documentation explain a subset of the error
9393
|[Compiler error C2275](compiler-error-c2275.md)|'*type*': expected an expression instead of a type|
9494
|[Compiler error C2276](compiler-error-c2276.md)|'*operator*': illegal operation on bound member function expression|
9595
|[Compiler error C2277](compiler-error-c2277.md)|'*function*': cannot take address of this member function|
96-
|Compiler error C2278|'*token*': unexpected token. Format is '*__has_cpp_attribute*`( identifier )`'|
96+
|Compiler error C2278|'*token*': unexpected token. Format is '`__has_cpp_attribute( identifier )`'|
9797
|[Compiler error C2279](compiler-error-c2279.md)|exception specification cannot appear in a typedef declaration|
9898
|[Compiler error C2280](compiler-error-c2280.md)|'*class*::*function*': attempting to reference a deleted function|
9999
|Compiler error C2281|'*class*::*function*': a function can only be deleted on the first declaration|

0 commit comments

Comments
 (0)