[skip e2e] Check the grammar of segcore/timetravel.md (#15182)

Signed-off-by: min.tian <min.tian.cn@gmail.com>
This commit is contained in:
min.tian 2022-02-09 10:23:47 +08:00 committed by GitHub
parent a0a88f1b48
commit 2b1625819d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@
Currently there are two paths to implement time travel:
1. Restrict with vec_count, used in growing segment.
2. Generate bitmask and combine it with DSL calculation results. It is mainly used in sealed segment.
2. Generate bitmask and combine it with DSL calculation results. It is mainly used in the sealed segment.
## Growing Segment Time Travel