diff options
author | Aditya Mandaleeka <adityamandaleeka@users.noreply.github.com> | 2016-08-04 14:14:20 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-08-04 14:14:20 -0700 |
commit | 70c6851628149e5408ad260fc61f277a8748e7fd (patch) | |
tree | 55ed24491c3562e24c98a24b1d69c6dc0930bd8f /Documentation | |
parent | 693e50c57d9b6c910985efdd601a3d7637ba7aec (diff) | |
download | coreclr-70c6851628149e5408ad260fc61f277a8748e7fd.tar.gz coreclr-70c6851628149e5408ad260fc61f277a8748e7fd.tar.bz2 coreclr-70c6851628149e5408ad260fc61f277a8748e7fd.zip |
Fix newly introduced typo in Documentation/README
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/README.md b/Documentation/README.md index 481941ae62..7e29013bb2 100644 --- a/Documentation/README.md +++ b/Documentation/README.md @@ -61,7 +61,7 @@ interesting aspects of the design of the .NET Framework. - [Book of the Runtime](botr/_tableOfContents.md) -For your convenience, here are a a few quick links to popular chapters. +For your convenience, here are a few quick links to popular chapters: - [Introduction to the Common Language Runtime](botr/intro-to-clr.md) - [Garbage Collection Design](botr/garbage-collection.md) |