Skip to content

Commit

Permalink
fix partition key typo in cosmos readme
Browse files Browse the repository at this point in the history
  • Loading branch information
maggimer committed Nov 9, 2023
1 parent 97d7e95 commit 33c51f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/data_cosmos/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ use azure_core::Context;
use serde::{Deserialize, Serialize};

// This is the stuct we want to use in our sample.
// Make sure to have a collection with partition key "a_number" for this example to
// Make sure to have a collection with partition key "number" for this example to
// work (you can create with this SDK too, check the examples folder for that task).
#[derive(Serialize, Deserialize, Debug)]
struct MySampleStruct {
Expand Down

0 comments on commit 33c51f4

Please sign in to comment.