diff --git a/xml/System.Diagnostics/DebuggerDisableUserUnhandledExceptionsAttribute.xml b/xml/System.Diagnostics/DebuggerDisableUserUnhandledExceptionsAttribute.xml
index 5f321f84b1d..e8d44af2bcd 100644
--- a/xml/System.Diagnostics/DebuggerDisableUserUnhandledExceptionsAttribute.xml
+++ b/xml/System.Diagnostics/DebuggerDisableUserUnhandledExceptionsAttribute.xml
@@ -68,7 +68,7 @@
- To be added.
+ Initializes a new instance of the class.
To be added.
diff --git a/xml/System.IO/File.xml b/xml/System.IO/File.xml
index d6687e419a6..19f9f83dae4 100644
--- a/xml/System.IO/File.xml
+++ b/xml/System.IO/File.xml
@@ -345,8 +345,8 @@
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.
+ A task that represents the asynchronous append operation.
+ To be added.
is .