We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40859c1 commit 459d521Copy full SHA for 459d521
docs/core/introduction.md
@@ -14,7 +14,7 @@ The .NET platform has been designed to deliver productivity, performance, securi
14
15
.NET has the following [design points](https://devblogs.microsoft.com/dotnet/why-dotnet/):
16
17
-* **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.
18
* **Safe code** is the primary compute model, while [unsafe code](../csharp/language-reference/unsafe-code.md) enables additional manual optimizations.
19
* **Static and dynamic code** are both supported, enabling a broad set of distinct scenarios.
20
* **Native code interop and hardware intrinsics** are low cost and high-fidelity (raw API and instruction access).
0 commit comments