From 41c7c9e3a7094699bf10dc851a89aa5b2530b0a4 Mon Sep 17 00:00:00 2001 From: Hermes Gjini Date: Tue, 2 May 2017 10:45:58 +0200 Subject: [PATCH] fixed typo in Typescript 1.7 section --- What's-new-in-TypeScript.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/What's-new-in-TypeScript.md b/What's-new-in-TypeScript.md index 8184eae..b4a5d18 100644 --- a/What's-new-in-TypeScript.md +++ b/What's-new-in-TypeScript.md @@ -2611,7 +2611,7 @@ f2({ x: 1, y: 1 }); ## Support for decorators when targeting ES3 -Decorators are now allowed when targeting ES3. TypeScript 1.7 removes the ES5-specific use of `reduceRight` from the `__decorate` helper. The changes also inline calls `Object.getOwnPropertyDescriptor` and `Object.defineProperty` in a backwards-compatible fashion that allows for a to clean up the emit for ES5 and later by removing various repetitive calls to the aforementioned `Object` methods. +Decorators are now allowed when targeting ES3. TypeScript 1.7 removes the ES5-specific use of `reduceRight` from the `__decorate` helper. The changes also inline calls to `Object.getOwnPropertyDescriptor` and `Object.defineProperty` in a backwards-compatible fashion that allows for clean up of the emit for ES5 and later by removing various repetitive calls to the aforementioned `Object` methods. # TypeScript 1.6