Skip to content

Commit 6153a07

Browse files
author
Ryan CrawCour
committed
Merge pull request Azure#56 from mimig1/patch-4
Typo fix in comments.
2 parents da7c0d0 + c7f2133 commit 6153a07

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

samples/code-samples/DocumentManagement/Program.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ private static async Task UseAttachments(string colSelfLink)
305305
await client.CreateAttachmentAsync(doc.AttachmentsLink, fileStream, new MediaOptions { ContentType = "text/plain", Slug = "text.txt" });
306306
}
307307

308-
//Query for document for attachment for attachments
308+
//Query the documents for attachments
309309
Attachment attachment = client.CreateAttachmentQuery(doc.SelfLink).AsEnumerable().FirstOrDefault();
310310

311311
//Use DocumentClient to read the Media content
@@ -359,4 +359,4 @@ private static async Task<Database> GetOrCreateDatabaseAsync(string id)
359359
return database;
360360
}
361361
}
362-
}
362+
}

0 commit comments

Comments
 (0)