Skip to content

Commit 459d521

Browse files
Update introduction.md (#49610)
"Languages" is more accurate in the plural form because.NET supports multiple languages.
1 parent 40859c1 commit 459d521

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/core/introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The .NET platform has been designed to deliver productivity, performance, securi
1414

1515
.NET has the following [design points](https://devblogs.microsoft.com/dotnet/why-dotnet/):
1616

17-
* **Productivity is full-stack** with runtime, libraries, language, and tools all contributing to developer user experience.
17+
* **Productivity is full-stack** with runtime, libraries, languages, and tools all contributing to developer user experience.
1818
* **Safe code** is the primary compute model, while [unsafe code](../csharp/language-reference/unsafe-code.md) enables additional manual optimizations.
1919
* **Static and dynamic code** are both supported, enabling a broad set of distinct scenarios.
2020
* **Native code interop and hardware intrinsics** are low cost and high-fidelity (raw API and instruction access).

0 commit comments

Comments
 (0)