[skip e2e] Fix grammar (#13786)

Signed-off-by: sida shen <sida.shen@zilliz.com>
pull/13806/head
SS 2021-12-20 19:33:37 +08:00 committed by GitHub
parent add51f6c24
commit 11c9958a98
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ Growing segment has the following additional interfaces:
Growing segment stores data in the form of chunk. The number of rows in each chunk is restricted by configs.
Rows per segment is controlled by parameters `size_per_Chunk ` config
Rows per segment are controlled by parameters `size_per_Chunk ` config
When inserting, first allocate enough space to ensure `total_size <= num_chunk * size_per_chunk`, and then convert data from row format to column format.