Skip to content

Commit

Permalink
Documentation: Fixes Typo in query documents (#2915)
Browse files Browse the repository at this point in the history
  • Loading branch information
Venkat1340 committed Dec 1, 2021
1 parent 4cac046 commit 75ac8c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Microsoft.Azure.Cosmos/src/Resource/Container/Container.cs
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ public abstract Task<ResponseMessage> CreateItemStreamAsync(
/// status = "InProgress"
/// };
///
/// ItemResponse item = await this.container.CreateItemAsync<ToDoActivity>(tests, new PartitionKey(test.status));
/// ItemResponse item = await this.container.CreateItemAsync<ToDoActivity>(test, new PartitionKey(test.status));
/// ]]>
/// </code>
/// </example>
Expand Down

0 comments on commit 75ac8c8

Please sign in to comment.