From 6875258bae972914ec91d817d17c9467d521391c Mon Sep 17 00:00:00 2001 From: Joseph Woodward Date: Fri, 15 Apr 2016 17:59:56 +0100 Subject: Fixed minor grammatical error --- Documentation/architecture/net-platform-standard.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Documentation/architecture') diff --git a/Documentation/architecture/net-platform-standard.md b/Documentation/architecture/net-platform-standard.md index 4745a447cb..346110bb42 100644 --- a/Documentation/architecture/net-platform-standard.md +++ b/Documentation/architecture/net-platform-standard.md @@ -31,7 +31,7 @@ The .NET Platform Standard version represents binary portability across platform - **Implementation Assembly** - An assembly that contains an implementation of a reference assembly. These can be implemented as standalone assemblies but can sometimes be anchored by a platform and cannot be updated without updating the platform. - **Anchored Assembly** - An implementation assembly where at least one platform provides the implementation as part of the platform rather than on top of it. Such an "anchored assembly" may only be updated on that platform by updating the platform itself. - **Multi-targeting** - to compile the same source code files to different target platforms, i.e. against different API sets -- **Standard Library** - A blessed set of core .NET API's and versions that are prescribed to be used and supported together. This includes all of the API's in the Platform Standard plus additional libraries that are core to .NET but built on top of the Platform Standard. More than one Standard Library version can support the same Platform Standard. +- **Standard Library** - A blessed set of core .NET APIs and versions that are prescribed to be used and supported together. This includes all of the APIs in the Platform Standard plus additional libraries that are core to .NET but built on top of the Platform Standard. More than one Standard Library version can support the same Platform Standard. ## Principles - Platform owners implement reference assemblies from a particular .NET Platform Standard version. -- cgit v1.2.3