[skip e2e] Fix grammar (#13894)

Signed-off-by: sida shen <sida.shen@zilliz.com>
pull/13905/head
SS 2021-12-21 19:23:03 +08:00 committed by GitHub
parent 1e118e71a1
commit fd720aa7d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ See details of expression usage at [expr_grammar.md](https://milvus.io/docs/v2.0
## Segcore Search Process
After obtaining the AST, execution engine uses the visitor mode to explain and executes the whole AST tree:
After obtaining the AST, the execution engine uses the visitor mode to explain and executes the whole AST tree:
1. Each node includes two steps, a mandatory vector search and an optional predicate.