From 9a5695bcde0047e890d976acd46829693e722fd9 Mon Sep 17 00:00:00 2001 From: ERICAhavingfun <47884657+ERICAhavingfun@users.noreply.github.com> Date: Tue, 4 Nov 2025 11:21:38 +0800 Subject: [PATCH] Update introduction.md "Languages" is more accurate in the plural form because.NET supports multiple languages. --- docs/core/introduction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/core/introduction.md b/docs/core/introduction.md index 2fdcc8d6fcc90..0cf32601d7fcd 100644 --- a/docs/core/introduction.md +++ b/docs/core/introduction.md @@ -14,7 +14,7 @@ The .NET platform has been designed to deliver productivity, performance, securi .NET has the following [design points](https://devblogs.microsoft.com/dotnet/why-dotnet/): -* **Productivity is full-stack** with runtime, libraries, language, and tools all contributing to developer user experience. +* **Productivity is full-stack** with runtime, libraries, languages, and tools all contributing to developer user experience. * **Safe code** is the primary compute model, while [unsafe code](../csharp/language-reference/unsafe-code.md) enables additional manual optimizations. * **Static and dynamic code** are both supported, enabling a broad set of distinct scenarios. * **Native code interop and hardware intrinsics** are low cost and high-fidelity (raw API and instruction access).