Skip to content

Commit f74cb18

Browse files
committed
Fix File.AppendAllBytesAsync returns
1 parent 29788eb commit f74cb18

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

xml/System.IO/File.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -345,8 +345,8 @@
345345
<para>Asynchronously appends the specified byte array to the end of the file at the given path.</para>
346346
<para>If the file doesn't exist, this method creates a new file. If the operation is canceled, the task will return in a canceled state.</para>
347347
</summary>
348-
<returns>To be added.</returns>
349-
<remarks>A task that represents the asynchronous append operation.</remarks>
348+
<returns>A task that represents the asynchronous append operation.</returns>
349+
<remarks>To be added.</remarks>
350350
<exception cref="T:System.ArgumentNullException">
351351
<paramref name="path" /> is <see langword="null" />.</exception>
352352
<exception cref="T:System.ArgumentException">

0 commit comments

Comments
 (0)