Skip to content

Commit 83a4d82

Browse files
Update src/DocumentFormat.OpenXml.Framework/OpenXmlElement.cs
Co-authored-by: Taylor Southwick <tasou@microsoft.com>
1 parent 9885cde commit 83a4d82

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/DocumentFormat.OpenXml.Framework/OpenXmlElement.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -802,7 +802,7 @@ public void RemoveNamespaceDeclaration(string prefix)
802802
=> ChildElements.First<T>();
803803

804804
/// <summary>
805-
/// Finds the first child element of type T or adds a new element if it does not exist.
805+
/// Finds the first child element of <typeparam ref="T"/> or adds a new element if it does not exist.
806806
/// </summary>
807807
/// <typeparam name="T">Type of element.</typeparam>
808808
/// <returns>The new or existing OpenXmlElement</returns>

0 commit comments

Comments
 (0)