From b47ef80d285610f79aad64aaaf2734a53fe774bd Mon Sep 17 00:00:00 2001 From: Thomas Fuchs Date: Fri, 8 Apr 2016 13:20:26 +0200 Subject: Typo in intro-to-coretr.md --- Documentation/intro-to-corert.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Documentation') diff --git a/Documentation/intro-to-corert.md b/Documentation/intro-to-corert.md index e4faa1d7f..15dbbcda5 100644 --- a/Documentation/intro-to-corert.md +++ b/Documentation/intro-to-corert.md @@ -17,7 +17,7 @@ Experience - The native compiler generates a *SINGLE FILE*, including the app, managed dependencies and CoreRT. - Native compiled apps startup faster since they execute already compiled code. They don't need to generate machine code at runtime nor load a JIT compiler. -- Native compiled apps can use an optimizing compiler, resulting in faster throughput from higher quality code (C++ compiler optimizations). Both the LLILLC and IL to CPP compilers rely on optimizing compiers. +- Native compiled apps can use an optimizing compiler, resulting in faster throughput from higher quality code (C++ compiler optimizations). Both the LLILLC and IL to CPP compilers rely on optimizing compilers. These benefits open up some new scenarios for .NET developers -- cgit v1.2.3