mirror of https://github.com/milvus-io/milvus.git
[skip ci] Fix typo in api reference (#11579)
Signed-off-by: Edward Zeng <jie.zeng@zilliz.com>pull/11590/head
parent
c05f4ed997
commit
aeffe96417
|
@ -554,7 +554,7 @@ message LoadPartitionsRequest {
|
|||
}
|
||||
```
|
||||
|
||||
**parition_names** is a list of parition_name. These partitions in collection with the **collection_name** are going to be loaded to memory.
|
||||
**partition_names** is a list of partition_name. These partitions in collection with the **collection_name** are going to be loaded to memory.
|
||||
|
||||
**Returns:**
|
||||
|
||||
|
@ -596,7 +596,7 @@ message ReleasePartitionsRequest {
|
|||
}
|
||||
```
|
||||
|
||||
**parition_names** is a list of parition_name. These partitions in collection with the **collection_name** are going to be released from memory.
|
||||
**partition_names** is a list of partition_name. These partitions in collection with the **collection_name** are going to be released from memory.
|
||||
|
||||
**Returns:**
|
||||
|
||||
|
|
Loading…
Reference in New Issue