Skip to content

Commit 30893da

Browse files
author
ryancrawcour
committed
fixed copy&paste error
1 parent b0b75c1 commit 30893da

File tree

1 file changed

+3
-3
lines changed
  • samples/code-samples/CollectionManagement

1 file changed

+3
-3
lines changed

samples/code-samples/CollectionManagement/Program.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -149,9 +149,9 @@ private static async Task RunCollectionDemo()
149149

150150
Console.WriteLine("3. Found Offer \n{0}\nusing collection's ResourceId {1}.\n", offer, c1.ResourceId);
151151

152-
//********************************************************
153-
//4. List all DocumentCollection resources in a Database
154-
//********************************************************
152+
//*************************************************
153+
//4. Get a DocumentCollection by its Id property
154+
//*************************************************
155155
DocumentCollection collection = await client.ReadDocumentCollectionAsync(UriFactory.CreateDocumentCollectionUri(databaseId, collectionId));
156156

157157
Console.WriteLine("\n4. Found Collection \n{0}\n", collection);

0 commit comments

Comments
 (0)