Skip to content

Commit 4317ec4

Browse files
krwqmairaw
authored andcommitted
Add missing ReturnType doc to XDocumentType.WriteToAsync (#3225)
1 parent 0496e6b commit 4317ec4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/System.Xml.Linq/XDocumentType.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -852,7 +852,7 @@ SystemId:Pubs.dtd
852852
<param name="writer">The writer to write this <see cref="T:System.Xml.Linq.XDocumentType" /> to.</param>
853853
<param name="cancellationToken">A token that can be used to request cancellation of the asynchronous operation.</param>
854854
<summary>Writes this <see cref="T:System.Xml.Linq.XDocumentType" /> to the specified <see cref="T:System.Xml.XmlWriter" />.</summary>
855-
<returns>To be added.</returns>
855+
<returns>A task representing the asynchronous write operation.</returns>
856856
<remarks>To be added.</remarks>
857857
</Docs>
858858
</Member>

0 commit comments

Comments
 (0)