docs(API): 修正编译错误

This commit is contained in:
Zhicheng Wang 2018-09-06 08:23:07 +08:00
parent b72d3c5083
commit 739d61dbfa
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ export function devModeEqual(a: any, b: any): boolean {
export class WrappedValue { export class WrappedValue {
/** @deprecated from 5.3, use `unwrap()` instead - will switch to protected /** @deprecated from 5.3, use `unwrap()` instead - will switch to protected
* *
* @deprecated 5.3 `unwrap()` * 5.3 `unwrap()`
*/ */
wrapped: any; wrapped: any;