Fix doc error in proxy.md (#9478)

Signed-off-by: JackLCL <chenglong.li@zilliz.com>
This commit is contained in:
JackLCL 2021-10-08 16:40:56 +08:00 committed by GitHub
parent ad5c2c8fe5
commit 1e1d22a053
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,7 +8,7 @@ Coordinator, Index Coordinator. The below figure shows that how Proxy interacts
Proxy divides requests from clients into three classes: `DdRequest`, `DmRequest`, `DqRequest`.
DdRequest is the shorthand of `Data Definition Request`. These requests means a operation on the meta information of
DdRequest is the shorthand of `Data Definition Request`. It means a operation on the meta information of
collections, including two parts. One part is of the writing operations on collections, such as defining a schema,
creating or dropping a partition, creating or dropping the index and etc. Another part is of the reading operations on
collections, such as listing all collections or partitions, checking if a collection or a partition exists.