[skip ci] Correct the spelling of the doc (#11180)

Signed-off-by: ThreadDao <yufen.zong@zilliz.com>
pull/11194/head
ThreadDao 2021-11-03 19:46:49 +08:00 committed by GitHub
parent f2b20eb142
commit b5cefa4815
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ packs according to write time or event time, and maintains a timeline for users
To support this watermark mechanism, Proxy should report the timestamp statistics of physical channel to Root
Coordinator periodically. When Proxy knows all operations of a specific were done before a `ts`, then Proxy will report
the `ts` and inform Root Coordinator that udpates the timestmap statistics.
the `ts` and inform Root Coordinator that udpates the timestamp statistics.
Proxy holds a cache about meta information of collections. The meta information includes `CollectionID`, `Schema`,
`PartitionID`, etc. Components in Milvus communicate with each other using `CollectionID` and `PartitionID`, so the