From f5cfbec332b5ab2357f37d15bb24beec7f0fb64e Mon Sep 17 00:00:00 2001 From: rpetrusha Date: Wed, 14 Dec 2016 13:28:30 -0800 Subject: [PATCH 1/2] Updated TOC to add inheritance topic. --- docs/toc.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/toc.md b/docs/toc.md index aca3c9b756c8b..e02372036efd2 100644 --- a/docs/toc.md +++ b/docs/toc.md @@ -229,6 +229,7 @@ ### [🔧 Asynchronous UI programming](csharp/tutorials/asynchronous-ui-programming.md) ### [🔧 Asynchronous server programming](csharp/tutorials/asynchronous-server-programming.md) ### [🔧 Concurrent programming](csharp/tutorials/concurrent-programming.md) +### [inheritance in C# and .NET](csharp/tutorials/inheritance.md) ### [Console Application](csharp/tutorials/console-teleprompter.md) ### [REST client](csharp/tutorials/console-webapiclient.md) ### [Working with LINQ](csharp/tutorials/working-with-linq.md) From 82c4bc4ef9dd16a9db9384b9bd6804cfed24c30d Mon Sep 17 00:00:00 2001 From: rpetrusha Date: Wed, 14 Dec 2016 14:43:41 -0800 Subject: [PATCH 2/2] Corrected lowercase 'i' --- docs/toc.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/toc.md b/docs/toc.md index e02372036efd2..1cf048b204238 100644 --- a/docs/toc.md +++ b/docs/toc.md @@ -229,7 +229,7 @@ ### [🔧 Asynchronous UI programming](csharp/tutorials/asynchronous-ui-programming.md) ### [🔧 Asynchronous server programming](csharp/tutorials/asynchronous-server-programming.md) ### [🔧 Concurrent programming](csharp/tutorials/concurrent-programming.md) -### [inheritance in C# and .NET](csharp/tutorials/inheritance.md) +### [Inheritance in C# and .NET](csharp/tutorials/inheritance.md) ### [Console Application](csharp/tutorials/console-teleprompter.md) ### [REST client](csharp/tutorials/console-webapiclient.md) ### [Working with LINQ](csharp/tutorials/working-with-linq.md)