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

Signed-off-by: yhmo <yihua.mo@zilliz.com>
This commit is contained in:
groot 2021-12-27 10:46:30 +08:00 committed by GitHub
parent b022615b2c
commit 3dc0d4d414
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,7 +16,7 @@ Other internal functions are hidden as implementation details in the following c
2. `SegmentGrowingImpl` 2. `SegmentGrowingImpl`
3. `SegmentSealedImpl` 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: See more details about segments at: