Skip to content

Commit

Permalink
fixed TOC (dotnet#1280)
Browse files Browse the repository at this point in the history
* fixed TOC

* removed wrench
  • Loading branch information
mairaw authored Nov 22, 2016
1 parent 1a4cb06 commit 903e813
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions docs/toc.md
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@
### [🔧 Tuples and unnamed types](csharp/tuples.md)
### [🔧 Interfaces](csharp/interfaces.md)
### [Methods and Lambda Expressions](csharp/methods-lambda-expressions.md)
#### [🔧 methods](csharp/methods.md)
#### [Methods](csharp/methods.md)
#### [🔧 Lambda Expressions](csharp/lambda-expressions.md)
### [Properties](csharp/properties.md)
### [Indexers](csharp/indexers.md)
Expand Down Expand Up @@ -292,10 +292,6 @@
### [🔧 Reflection & code generation](csharp/reflection.md)
### [Documenting your code](csharp/codedoc.md)
## [🔧 Using the .NET Compiler Platform](csharp/roslyn/index.md)
## [Language Reference](csharp/language-reference/index.md)
<!--
The C# Reference section can be ported from here:
https://msdn.microsoft.com/en-us/library/618ayhy6.aspx

## [C# Programming Guide](csharp/programming-guide/index.md)
### [Inside a C# Program](csharp/programming-guide/inside-a-program/index.md)
Expand Down

0 comments on commit 903e813

Please sign in to comment.