[skip e2e] Fix grammar (#14454)

Signed-off-by: Bennu <yunmei.li@zilliz.com>
This commit is contained in:
Bennu 2021-12-28 20:18:01 +08:00 committed by GitHub
parent dd860a76cf
commit e299626870
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -439,7 +439,7 @@ type channelsTimeTicker interface {
- getLastTick
getLastTick returns the minimum timestamp which has already been synchronized of physical channel;
getLastTick returns the minimum timestamp which has already been synchronized of a physical channel;
channelsTimeTicker will maintain the map minTsStatistics that can be synchronized and the map currents that will be
synchronized. They are all mappings from pChan to Timestamp. The channelsTimeTicker itself has a background coroutine,