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

github.com/dotnet/core.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKathleen Dollard <kdollard@microsoft.com>2020-04-22 20:32:58 +0300
committerGitHub <noreply@github.com>2020-04-22 20:32:58 +0300
commite62914b017c7c76271583a8f6f007b5d3da268a5 (patch)
tree397ea6ca5c3c33578fde321f1a58ec8d2a32eb35 /Documentation
parentcca97d27249105691a5335aebe1723a1c4223d90 (diff)
parentb1aa42553387fd7a6f2624705ebeb6c522075a36 (diff)
Merge pull request #3259 from PazerOP/patch-1
Improve description for Roslyn
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/core-repos.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/core-repos.md b/Documentation/core-repos.md
index 76694376..d8ce79c0 100644
--- a/Documentation/core-repos.md
+++ b/Documentation/core-repos.md
@@ -19,7 +19,7 @@ There are many repos that make up .NET Core. To file an issue, make a PR, or eng
## Languages
-* [dotnet/roslyn](https://github.com/dotnet/roslyn) - Roslyn and C#
+* [dotnet/roslyn](https://github.com/dotnet/roslyn) - Roslyn (C#/VB compiler) and C#
* [dotnet/csharplang](https://github.com/dotnet/csharplang) - C# spec
* [dotnet/vblang](https://github.com/dotnet/vblang) - VB spec
* [dotnet/fsharp](https://github.com/dotnet/fsharp) - The F# compiler, FSharp.Core library, and tools for F#