Skip to content

Commit 716b181

Browse files
author
Colin Robertson
committed
Fix typo
1 parent c819b4b commit 716b181

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/build/reference/zc-twophase.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ By default, or in Visual Studio 2017 version 15.3 and later when you specify bot
3131
template <typename T> class Derived : public Base<T> { ... }
3232
```
3333
34-
The template declaration, `template <typename T`>, the class head `class Derived`, and the base-class list `public Base<T>` are parsed, but the template body is captured as a token stream.
34+
The template declaration, `template <typename T>`, the class head `class Derived`, and the base-class list `public Base<T>` are parsed, but the template body is captured as a token stream.
3535
3636
- When parsing a function template, the compiler parses only the function signature. The function body is never parsed. Instead, it's captured as a token stream.
3737

0 commit comments

Comments
 (0)