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

Signed-off-by: yhmo <yihua.mo@zilliz.com>
pull/14496/head
groot 2021-12-29 11:24:57 +08:00 committed by GitHub
parent 91995914e5
commit 99f1694815
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ There are currently two types of Segments
1. Growing segment, dynamic insert is allowed, but can not load index for fast retrieving
2. Sealed segment, dynamic insert is disabled, loading vector index is supported
Both Segment types share the same interface, based on `SegmentInterface`, External callers only need to care about the behaviour of the following interface as function declarations and corresponding constructor:
Both Segment types share the same interface, based on `SegmentInterface`, External callers only need to care about the behavior of the following interface as function declarations and corresponding constructor:
1. `SegmentInterface`
2. `SegmentGrowing` & `CreateGrowingSegment`