Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Woodward <josephwoodward@xeuse.com>2016-04-15 19:59:56 +0300
committerJoseph Woodward <josephwoodward@xeuse.com>2016-04-15 19:59:56 +0300
commit6875258bae972914ec91d817d17c9467d521391c (patch)
treeadb2ee5de795676ae7169768a7756edbb01eea9d /Documentation/architecture
parent41ed002acfbf26ae743b96a9f01342f37ba265bc (diff)
Fixed minor grammatical error
Diffstat (limited to 'Documentation/architecture')
-rw-r--r--Documentation/architecture/net-platform-standard.md2
1 files changed, 1 insertions, 1 deletions
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.