纠正一个翻译错误,来自wudingli。

This commit is contained in:
Zhicheng Wang 2016-07-14 10:41:54 +08:00
parent c8ec2db73c
commit e2892d1382
1 changed files with 1 additions and 1 deletions

View File

@ -404,7 +404,7 @@ p.
**@** symbol and invoking it with a metadata object, just above the class.
`Component`是一个*装饰器函数*,它接受一个*元数据对象*作为参数。
通过给这个函数加上**@**前缀并使用metadata对象调用它可以把这个函数加到组件类上,比如上面这个类
通过给这个函数加上**@**前缀并使用metadata对象调用它可以把这个“函数调用”加到组件类的紧上方
:marked
`@Component` is #{_a} *#{_decorator}* that allows us to associate *metadata* with the
component class.