[skip ci] Fix typo in root coordinator developer guide (#11672)

Signed-off-by: Edward Zeng <jie.zeng@zilliz.com>
pull/11680/head
edward.zeng 2021-11-11 19:46:44 +08:00 committed by GitHub
parent 586bffc87b
commit 72cf285f3a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -688,7 +688,7 @@ func (mt *metaTable) AddFlushedSegment(segID typeutil.UniqueID) error
- _metaTable_ maintains meta both in memory and _etcdKV_. It keeps meta's consistency in both sides. All its member functions may be called concurrently.
- for _HasCollection_, _GetCollectionByID_, _GetCollectionByName_, _ListCollections_, if the argument of `ts` is none-zero, then _metaTable_ would return the meta on the timestamp of `ts`; if `ts` is zero, _metaTable_ would return the lastest meta
- for _HasCollection_, _GetCollectionByID_, _GetCollectionByName_, _ListCollections_, if the argument of `ts` is none-zero, then _metaTable_ would return the meta on the timestamp of `ts`; if `ts` is zero, _metaTable_ would return the latest meta
#### 6.7 System Time Synchronization