diff --git a/docs/design_docs/segcore/segment_sealed.md b/docs/design_docs/segcore/segment_sealed.md index ca4d15e546..59f3bc0917 100644 --- a/docs/design_docs/segcore/segment_sealed.md +++ b/docs/design_docs/segcore/segment_sealed.md @@ -36,6 +36,6 @@ Search is executable as long as all the columns involved in the search are loade 10. `schema`: schema # SegmentSealedImpl internal function definition -1. Most functions are the implementation of the corresponding functions of segment interface, which will not be repeated here -2. `update_row_count`: Used to update the row_count field -3. `mask_with_timestamps`: Use Timestamp column to update search bitmask, used to support Time Travel function +1. Most functions are the implementation of the corresponding functions of segment interface, which will not be repeated here. +2. `update_row_count`: Used to update the row_count field. +3. `mask_with_timestamps`: Use Timestamp column to update search bitmask, used to support Time Travel function.