[skip ci] Check the grammar of how_guarantee_ts_works docs (#11942)

Signed-off-by: min.tian <min.tian.cn@gmail.com>
This commit is contained in:
min.tian 2021-11-17 16:01:40 +08:00 committed by GitHub
parent 64b244207c
commit 62c453710a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,7 +25,7 @@ Among them, the batch data will no longer be changed, and the search request wil
QueryNodes and DataNodes consume user insert requests through the same subscription mechanism, which constitute the
streaming data.
Due to the network delays, QueryNodes often do not hold all the latest streaming data. Without other control mechanism,
Due to the network delays, QueryNodes often do not hold all the latest streaming data. Without other control mechanisms,
some unconsumed data will be invisible and thus reduce the query accuracy. At this time, let's introduce the
"GuaranteeTs".