[skip ci] Fix typo in design doc (#11366)

Signed-off-by: Binbin Lv <binbin.lv@zilliz.com>
pull/11373/head
binbin 2021-11-06 16:21:53 +08:00 committed by GitHub
parent 2e94080afb
commit 94744fdc06
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -441,7 +441,7 @@ type channelsTimeTicker interface {
- getLastTick
getLastTick returns the minimum timestamp which has already beed synchronized of physical channel;
getLastTick returns the minimum timestamp which has already been synchronized of 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,
@ -506,4 +506,4 @@ type Cache interface {
- RemovePartition
RemovePartition removes the meta information of paritition;
RemovePartition removes the meta information of partition;