[skip ci] Fix some grammar issues (#10243)

Signed-off-by: min.tian <min.tian.cn@gmail.com>
pull/10310/head
min.tian 2021-10-20 19:37:55 +08:00 committed by GitHub
parent 788c69dfa2
commit e6c3f61d79
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ In this section, we introduce the RPCs of milvus service. A brief description of
| ReleasePartitions | release partitions from memory |
| GetPartitionStatistics | show a partition's statistics |
| ShowPartitions | list a collection's all partitions |
| CreateIndex | create index for a field in the collection |
| CreateIndex | create an index for a field in the collection |
| DescribeIndex | get index details for a field in the collection |
| GetIndexStates | get build index state |
| DropIndex | drop a specific index for a field in the collection |