update some errors (#11656)

collapse means “折叠” in Chinese
engine means “引擎” in Chinese when we are developing
This commit is contained in:
Yuntao Wu 2020-06-16 02:42:35 +08:00 committed by GitHub
parent 3f8d72c372
commit 4f8c7bcf78
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,7 +33,7 @@ CREATE TABLE [IF NOT EXISTS] [db.]table_name [ON CLUSTER cluster]
有关查询参数的说明,请参阅 [查询说明](../../../sql-reference/statements/create.md).
**发动机参数**
**引擎参数**
``` sql
VersionedCollapsingMergeTree(sign, version)
@ -79,7 +79,7 @@ CREATE TABLE [IF NOT EXISTS] [db.]table_name [ON CLUSTER cluster]
</details>
## 崩溃 {#table_engines_versionedcollapsingmergetree}
## 折叠 {#table_engines_versionedcollapsingmergetree}
### 数据 {#data}