Skip to content

Commit 1f2f905

Browse files
carlossanlopmairaw
authored andcommitted
Document System.Xml.Linq.XComment.WriteToAsync (#3399)
1 parent 88360e3 commit 1f2f905

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/System.Xml.Linq/XComment.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ This is a comment
381381
<param name="writer">The writer to write this <see cref="T:System.Xml.Linq.XComment" /> to.</param>
382382
<param name="cancellationToken">A token that can be used to request cancellation of the asynchronous operation.</param>
383383
<summary>Writes this <see cref="T:System.Xml.Linq.XComment" /> to the specified <see cref="T:System.Xml.XmlWriter" />.</summary>
384-
<returns>To be added.</returns>
384+
<returns>A task that represents the asynchronous write operation.</returns>
385385
<remarks>To be added.</remarks>
386386
</Docs>
387387
</Member>

0 commit comments

Comments
 (0)