Skip to content

Commit dc148f8

Browse files
authored
update title to match the TOC (dotnet#2667)
All headings indicate that this is a draft spec.
1 parent 9bec229 commit dc148f8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/csharp/language-reference/language-specification/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "C# Language Specification | Microsoft Docs"
2+
title: "C# 6.0 draft Language Specification | Microsoft Docs"
33
ms.date: "2017-07-01"
44
ms.prod: .net
55
ms.technology:
@@ -31,7 +31,7 @@ translation.priority.ht:
3131
- "zh-cn"
3232
- "zh-tw"
3333
---
34-
# C# Language Specification
34+
# C# 6.0 draft Language Specification
3535
The C# Language Specification is the definitive source for C# syntax and usage. This specification contains detailed information about all aspects of the language, including many points that the documentation for Visual C# doesn't cover.
3636

3737
You can download version 5.0 of this specification from the [Microsoft Download Center](http://www.microsoft.com/download/details.aspx?id=7029). If you've installed Visual Studio 2015, you can also find the specification on your computer in the Program Files (x86)/Microsoft Visual Studio 14.0/VC#/Specifications/1033 folder. If you have another version of Visual Studio installed or if you installed Visual Studio in a language other than English, change the path as appropriate.

docs/csharp/language-reference/toc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
## [C# Preprocessor Directives](preprocessor-directives/)
77
## [C# Compiler Options](compiler-options/)
88
## [C# Compiler Errors](compiler-messages/)
9-
## [C# Language Specification](language-specification/)
9+
## [C# 6.0 draft Language Specification](language-specification/)

0 commit comments

Comments
 (0)