diff --git a/public/docs/ts/latest/guide/template-syntax.jade b/public/docs/ts/latest/guide/template-syntax.jade index b64ba46932..87a77f1b34 100644 --- a/public/docs/ts/latest/guide/template-syntax.jade +++ b/public/docs/ts/latest/guide/template-syntax.jade @@ -359,10 +359,9 @@ block template-expressions-cannot 模板语句解析器和模板表达式解析器有所不同,它的特别之处在于它既支持支持基本赋值(`=`)又支持使用分号(`;`)和逗号(`,`)把表达式串起来。 However, certain #{_JavaScript} syntax is not allowed: - * !{__new_op} 但无论如何,某些JavaScript语法仍然是不允许的: - * the `new` operator + * !{__new_op} * `new`运算符 * increment and decrement operators, `++` and `--` * 自增和自减运算符:`++`和`--`