Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 2157ec8

Browse files
tomjebotwsouthwick
authored andcommittedMar 12, 2019
Edit OpenXmlBasePart property comment (fixes dotnet#511) (dotnet#528) (dotnet#531)
Documentation correction.
1 parent ad16637 commit 2157ec8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/DocumentFormat.OpenXml/Packaging/OpenXmlBasePart.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ internal void CreateInternal2(OpenXmlPackage openXmlPackage, OpenXmlPart parent,
263263
#region public properties
264264

265265
/// <summary>
266-
/// Gets a part that is in the OpenXmlPackage container.
266+
/// Gets the OpenXmlPackage which contains the current part.
267267
/// </summary>
268268
public OpenXmlPackage OpenXmlPackage
269269
{

0 commit comments

Comments
 (0)
Please sign in to comment.