Skip to content

Commit 849c591

Browse files
authored
Merge pull request #1864 from MicrosoftDocs/main
4/7/2025 PM Publish
2 parents bb698d2 + 2d227cf commit 849c591

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

articles/cosmos-db/nosql/quickstart-rust.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ The client library is available through Rust, as the `azure_data_cosmos` crate.
5858
| --- | --- |
5959
| [`CosmosClient`](https://docs.rs/azure_data_cosmos/latest/azure_data_cosmos/clients/struct.CosmosClient.html) | This type is the primary client and is used to manage account-wide metadata or databases. |
6060
| [`DatabaseClient`](https://docs.rs/azure_data_cosmos/latest/azure_data_cosmos/clients/struct.DatabaseClient.html) | This type represents a database within the account. |
61-
| [`CollectionClient`](https://docs.rs/azure_data_cosmos/latest/azure_data_cosmos/clients/struct.CollectionClient.html) | This type is primarily used to perform read, update, and delete operations on either the container or the items stored within the container. |
61+
| [`ContainerClient`](https://docs.rs/azure_data_cosmos/latest/azure_data_cosmos/clients/struct.ContainerClient.html) | This type is primarily used to perform read, update, and delete operations on either the container or the items stored within the container. |
6262

6363
## Code examples
6464

0 commit comments

Comments
 (0)