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

Signed-off-by: yhmo <yihua.mo@zilliz.com>
pull/14281/head
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
1 changed files with 1 additions and 1 deletions

View File

@ -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: