Skip to content

Commit 5d58c42

Browse files
authored
Fix formatting for compiler error C3339 description
1 parent f01eacd commit 5d58c42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/error-messages/compiler-errors-2/compiler-errors-c3300-through-c3399.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ The articles in this section of the documentation explain a subset of the error
5454
| Compiler error C3336 | This operation must be performed at class scope |
5555
| Compiler error C3337 | '*identifier*': defaultvtable must be an event source for a coclass '*class*' |
5656
| Compiler error C3338 | '*identifier*': There can be at most one default interface that is also an event source for a coclass '*class*' |
57-
| Compiler error C3339 | `template` `template` parameter requires either '`class`' or '`typename`' after the parameter list |
57+
| Compiler error C3339 | template template parameter requires either '`class`' or '`typename`' after the parameter list |
5858
| [Compiler error C3340](compiler-error-c3340.md) | '*identifier*': interface cannot be both 'restricted' and 'default' in coclass '*class*' |
5959
| Compiler error C3341 | '*interface*': a defaultvtable interface must be either 'dual' or 'custom' |
6060
| [Compiler error C3342](compiler-error-c3342.md) | '*identifier*': ambiguous attribute |

0 commit comments

Comments
 (0)