From 0bb5c4f37b621ae940b841bbf6b4b75731d43500 Mon Sep 17 00:00:00 2001 From: Zhicheng Wang Date: Thu, 14 Apr 2016 19:33:43 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E9=A5=B0=E5=99=A8=E6=94=B9=E4=B8=BA?= =?UTF-8?q?=E8=A3=85=E9=A5=B0=E5=99=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/docs/ts/latest/glossary.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/docs/ts/latest/glossary.jade b/public/docs/ts/latest/glossary.jade index c1e38c8b6a..eb2ff1d480 100644 --- a/public/docs/ts/latest/glossary.jade +++ b/public/docs/ts/latest/glossary.jade @@ -289,7 +289,7 @@ include _util-fns Decorators are a JavaScript language [feature](https://github.com/wycats/javascript-decorators), implemented in TypeScript and proposed for ES2016 (AKA ES7). - 装饰器是一个Javascript的语言[特征](https://github.com/wycats/javascript-decorators),装饰器在TypeScript里面已经采用并实施了,它也被推荐到ES2016(也就是ES7) + 装饰器是一个Javascript的语言[特性](https://github.com/wycats/javascript-decorators),装饰器在TypeScript里面已经采纳并实施了,它也被推荐到ES2016(也就是ES7) We apply a decorator by positioning it immediately above or to the left of the thing it decorates.