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:
authorKarel Zikmund <karelz@microsoft.com>2016-09-20 22:43:52 +0300
committerKarel Zikmund <karelz@microsoft.com>2016-10-26 22:25:24 +0300
commit4ad2096f765a34bf44e872bece0ffce74605cfde (patch)
treebaa9380681e1d8bd32cc6329fdd04ae1a181b31a /README.md
parentd070bda1b78bd67bcc0138609b721939361f1ad2 (diff)
Update docs - issues guide with new rules (labels, area labels, assignments, area owners).
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 8778409782..8eb39f9f13 100644
--- a/README.md
+++ b/README.md
@@ -70,7 +70,7 @@ including the MSRC PGP key, can be found in the
## .NET Core Library Components
-The repo contains the source for each of the assemblies that comprises .NET Core. Each ```Microsoft.*``` or ```System.``` folder under
+The repo contains the source for each of the assemblies that comprises .NET Core. Each ```Microsoft.*``` or ```System.*``` folder under
[src](https://github.com/dotnet/corefx/tree/master/src) represents an individual library. Each such folder may contain a ```ref``` folder,
which contains the source representing the "contract" or "reference assembly" for that library. It may also contain a ```src``` folder,
which contains the source for some or all of the implementation for that library (some implementation may live in mscorlib in the