[skip e2e] Fix grammar (#14331)

Signed-off-by: Bennu <yunmei.li@zilliz.com>
This commit is contained in:
Bennu 2021-12-27 17:56:19 +08:00 committed by GitHub
parent bb44cb5865
commit 9859bc49ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -407,7 +407,7 @@ type channelsMgr interface {
getDQLStream returns the dql message stream of a collection;
Proxy uses these dql message stream to send search requests.
Proxy uses these dql message streams to send search requests.
The Remove related operation is to delete the corresponding message stream object, but the stream is not immediately
closed because maybe there are some data needs to be written into stream currently.