diff --git a/xml/System.IO/File.xml b/xml/System.IO/File.xml
index 723dcb8d453..d6687e419a6 100644
--- a/xml/System.IO/File.xml
+++ b/xml/System.IO/File.xml
@@ -295,7 +295,7 @@
Asynchronously appends the specified byte array to the end of the file at the given path.
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.
- To be added.
+ A task that represents the asynchronous append operation.
To be added.
or is .
@@ -346,7 +346,7 @@
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.
To be added.
- To be added.
+ A task that represents the asynchronous append operation.
is .