mirror of https://github.com/milvus-io/milvus.git
[skip e2e] Fix typo for design doc (#14264)
Signed-off-by: yhmo <yihua.mo@zilliz.com>pull/14281/head
parent
b022615b2c
commit
3dc0d4d414
|
@ -16,7 +16,7 @@ Other internal functions are hidden as implementation details in the following c
|
|||
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 parts of the two classes contain more different parts
|
||||
|
||||
See more details about segments at:
|
||||
|
||||
|
|
Loading…
Reference in New Issue