[skip e2e] Fix grammar (#13985)

Signed-off-by: Bennu <yunmei.li@zilliz.com>
pull/14008/head
Bennu 2021-12-22 19:24:14 +08:00 committed by GitHub
parent 770adc17ae
commit 4d13277f41
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ complexity by moving core functions such as data persistence and flashback down
make the system even more flexible and better positioned for future scaling.
So, we should configure a group of Virtual Channels for every collection. Now every virtual channel has a unique related
physical channel. Take pulsar as example, the physical channel mentioned here means the topic of pulsar.
physical channel. Take pulsar as an example, the physical channel mentioned here means the topic of pulsar.
For DmRequest, data will be written to DmChannels, while for DqRequest, requests will be written to DqRequestChannel,
and the corresponding results of query requests will be written to DqResultChannel.