[skip e2e] Fix typo for design doc (#14675)

Signed-off-by: yhmo <yihua.mo@zilliz.com>
pull/14688/head
groot 2021-12-31 11:41:27 +08:00 committed by GitHub
parent 5fccbe9764
commit 393ac8e269
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ When `metric type` is specified in the schema, the default parameters will build
Used to manage concurrent inserted data, including:
1. `atomic<int64_t> reserved` reserved space calculation
2. `AckResponder` calculate which segment to insertreturns current segment offset
2. `AckResponder` calculate which segment to insert, returns current segment offset
3. `ConcurrentVector` store data columns, each column has one concurrent vector
The following steps are executed when insert,