[skip ci]Update typos in segment overview md (#12049)

Signed-off-by: yanliang567 <yanliang.qiao@zilliz.com>
pull/12329/head
yanliang567 2021-11-29 14:23:24 +08:00 committed by GitHub
parent 9973a4b250
commit eca688391f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -10,13 +10,13 @@ Both Segment types share the same interface, based on `SegmentInterface`, Extern
2. `SegmentGrowing` & `CreateGrowingSegment`
3. `SegmentSealed` & `CreateSealedSegment`
Other internal functions and are hidden as implementation details in the following classes:
Other internal functions are hidden as implementation details in the following classes:
1. `SegmentInternalInterface`
2. `SegmentGrowingImpl`
3. `SegmentSealedImpl`
In principle, the reusable code logic of growing / sealed is written into the 'SegmentInternalInterface' as far as possible, The different part of two classes contain more different parts
In principle, the reusable code logic of growing / sealed is written into the 'SegmentInternalInterface' as far as possible. The different part of two classes contain more different parts
See more details about segments at: