Skip to content

Commit 2d227cf

Browse files
Merge pull request #1861 from dksimpson/us356678-dks-14
Bulk - Fix validation issues
2 parents a229052 + 75335aa commit 2d227cf

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)