diff --git a/xml/System.Runtime.CompilerServices/ConfiguredTaskAwaitable+ConfiguredTaskAwaiter.xml b/xml/System.Runtime.CompilerServices/ConfiguredTaskAwaitable+ConfiguredTaskAwaiter.xml
index 5bd758c3070..556cc495e78 100644
--- a/xml/System.Runtime.CompilerServices/ConfiguredTaskAwaitable+ConfiguredTaskAwaiter.xml
+++ b/xml/System.Runtime.CompilerServices/ConfiguredTaskAwaitable+ConfiguredTaskAwaiter.xml
@@ -65,11 +65,11 @@
Provides an awaiter for an awaitable () object.
-
@@ -120,15 +120,15 @@
Ends the await on the completed task.
-
The awaiter was not properly initialized.
- The task was canceled.
+ The task was canceled.
The task completed in a faulted state.
@@ -179,11 +179,11 @@
if the task being awaited is completed; otherwise, .
-
The awaiter was not properly initialized.
@@ -245,11 +245,11 @@
The action to invoke when the await operation completes.
Schedules the continuation action for the task associated with this awaiter.
-
The argument is .
@@ -312,11 +312,11 @@
The action to invoke when the await operation completes.
Schedules the continuation action for the task associated with this awaiter.
-
The argument is .
diff --git a/xml/System.Runtime.CompilerServices/ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter.xml b/xml/System.Runtime.CompilerServices/ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter.xml
index c800bee047d..12f0fad895e 100644
--- a/xml/System.Runtime.CompilerServices/ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter.xml
+++ b/xml/System.Runtime.CompilerServices/ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter.xml
@@ -75,11 +75,11 @@
Provides an awaiter for an awaitable object().
-
@@ -135,15 +135,15 @@
Ends the await on the completed task.
The result of the completed task.
-
The awaiter was not properly initialized.
- The task was canceled.
+ The task was canceled.
The task completed in a faulted state.
@@ -194,11 +194,11 @@
if the task being awaited has been completed; otherwise, .
-
The awaiter was not properly initialized.
@@ -260,11 +260,11 @@
The action to invoke when the await operation completes.
Schedules the continuation action for the task associated with this awaiter.
-
The argument is .
@@ -327,11 +327,11 @@
The action to invoke when the await operation completes.
Schedules the continuation action for the task associated with this awaiter.
-
The argument is .
diff --git a/xml/System.Runtime.CompilerServices/TaskAwaiter.xml b/xml/System.Runtime.CompilerServices/TaskAwaiter.xml
index 526c9598f6a..876326b4c42 100644
--- a/xml/System.Runtime.CompilerServices/TaskAwaiter.xml
+++ b/xml/System.Runtime.CompilerServices/TaskAwaiter.xml
@@ -122,7 +122,7 @@ This type is intended for compiler use only.
Ends the wait for the completion of the asynchronous task.
To be added.
The object was not properly initialized.
- The task was canceled.
+ The task was canceled.
The task completed in a state.
@@ -173,11 +173,11 @@ This type is intended for compiler use only.
if the task has completed; otherwise, .
-
The object was not properly initialized.
@@ -240,11 +240,11 @@ This type is intended for compiler use only.
The action to perform when the wait operation completes.
Sets the action to perform when the object stops waiting for the asynchronous task to complete.
-
diff --git a/xml/System.Runtime.CompilerServices/TaskAwaiter`1.xml b/xml/System.Runtime.CompilerServices/TaskAwaiter`1.xml
index cfbcb6a8ee4..a79a9908eb5 100644
--- a/xml/System.Runtime.CompilerServices/TaskAwaiter`1.xml
+++ b/xml/System.Runtime.CompilerServices/TaskAwaiter`1.xml
@@ -138,7 +138,7 @@ This type is intended for compiler use only.
The result of the completed task.
To be added.
The object was not properly initialized.
- The task was canceled.
+ The task was canceled.
The task completed in a state.
@@ -189,11 +189,11 @@ This type is intended for compiler use only.
if the task has completed; otherwise, .
-
The object was not properly initialized.
@@ -256,11 +256,11 @@ This type is intended for compiler use only.
The action to perform when the wait operation completes.
Sets the action to perform when the object stops waiting for the asynchronous task to complete.
-