From 54c2962950f6e7abe86121510e984d324e8c993b Mon Sep 17 00:00:00 2001 From: John Rood Date: Tue, 28 Feb 2023 17:46:33 -0600 Subject: [PATCH] uppercase .net --- content/c-sharp/c-sharp.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/c-sharp/c-sharp.md b/content/c-sharp/c-sharp.md index 78b0b438f46..6d704a3ace1 100644 --- a/content/c-sharp/c-sharp.md +++ b/content/c-sharp/c-sharp.md @@ -9,4 +9,4 @@ CatalogContent: C# is a general-purpose programming language developed by Microsoft and released in 2000. It is used for a variety of tasks such as web apps, to desktop apps, to mobile apps, and games. -C# was designed as a C-like language that utilizes Microsoft's .Net Framework. The core syntax is similar to [C](https://www.codecademy.com/resources/docs/c), [C++](https://www.codecademy.com/resources/docs/cpp), and [Java](https://www.codecademy.com/resources/docs/java). +C# was designed as a C-like language that utilizes Microsoft's .NET Framework. The core syntax is similar to [C](https://www.codecademy.com/resources/docs/c), [C++](https://www.codecademy.com/resources/docs/cpp), and [Java](https://www.codecademy.com/resources/docs/java).