diff --git a/xml/System.Threading.Tasks.Sources/ManualResetValueTaskSourceCore`1.xml b/xml/System.Threading.Tasks.Sources/ManualResetValueTaskSourceCore`1.xml
index 2ce89d87cf9..c3bea58c952 100644
--- a/xml/System.Threading.Tasks.Sources/ManualResetValueTaskSourceCore`1.xml
+++ b/xml/System.Threading.Tasks.Sources/ManualResetValueTaskSourceCore`1.xml
@@ -57,7 +57,7 @@
-
+ Specifies the type of results of the operation represented by this instance.
Provides the core logic for implementing a manual-reset or .
To be added.
@@ -308,7 +308,7 @@
-
+ The exception.
Complets with an error.
To be added.
diff --git a/xml/System.Threading.Tasks/Task.xml b/xml/System.Threading.Tasks/Task.xml
index 4ee9e333bdf..d50b02fb187 100644
--- a/xml/System.Threading.Tasks/Task.xml
+++ b/xml/System.Threading.Tasks/Task.xml
@@ -6720,7 +6720,7 @@ An exception was thrown during
- To be added.
+ The type of the result returned by the tasks.
The tasks to wait on for completion.
Creates a task that will complete when all of the supplied tasks have completed.
A task that represents the completion of all of the supplied tasks.
@@ -7178,7 +7178,7 @@ The returned task will complete when any of the supplied tasks has completed. T
- To be added.
+ The type of the result returned by the tasks.
The tasks to wait on for completion.
Creates a task that will complete when any of the supplied tasks have completed.
A task that represents the completion of one of the supplied tasks. The return Task's Result is the task that completed.
@@ -7352,7 +7352,7 @@ The returned task will complete when any of the supplied tasks has completed. T
- To be added.
+ The tasks to iterate through as they complete.
To be added.
To be added.
To be added.
@@ -7394,7 +7394,7 @@ The returned task will complete when any of the supplied tasks has completed. T
- To be added.
+ The tasks to iterate through as they complete.
To be added.
To be added.
To be added.
@@ -7484,8 +7484,8 @@ The returned task will complete when any of the supplied tasks has completed. T
- To be added.
- To be added.
+ The type of the result returned by the tasks.
+ The tasks to iterate through as they complete.
To be added.
To be added.
To be added.
@@ -7537,8 +7537,8 @@ The returned task will complete when any of the supplied tasks has completed. T
- To be added.
- To be added.
+ The type of the result returned by the tasks.
+ The tasks to iterate through as they complete.
To be added.
To be added.
To be added.
@@ -7590,8 +7590,8 @@ The returned task will complete when any of the supplied tasks has completed. T
- To be added.
- To be added.
+ The type of the result returned by the tasks.
+ The tasks to iterate through as they complete.
To be added.
To be added.
To be added.