修饰器改为装饰器

This commit is contained in:
Zhicheng Wang
2016-04-14 19:33:43 +08:00
parent 674d9eece8
commit 0bb5c4f37b
+1 -1
View File
@@ -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.