Skip to content

Commit 36b9d58

Browse files
Fix error in the summary of the Unwrap(Task<Task>) (dotnet#8056)
Currently the summary refers to the unrelated System.Threading.Tasks.TaskScheduler.TryExecuteTaskInline method.
1 parent f13d67a commit 36b9d58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/System.Threading.Tasks/TaskExtensions.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
</Parameters>
9191
<Docs>
9292
<param name="task">The <see langword="Task&lt;Task&gt;" /> (C#) or <see langword="Task (Of Task)" /> (Visual Basic) to unwrap.</param>
93-
<summary>Creates a proxy <see cref="T:System.Threading.Tasks.Task" /> that represents the asynchronous operation of a <see cref="M:System.Threading.Tasks.TaskScheduler.TryExecuteTaskInline(System.Threading.Tasks.Task,System.Boolean)" />.</summary>
93+
<summary>Creates a proxy <see cref="T:System.Threading.Tasks.Task" /> that represents the asynchronous operation of a <see langword="Task&lt;Task&gt;" /> (C#) or <see langword="Task (Of Task)" /> (Visual Basic).</summary>
9494
<returns>A Task that represents the asynchronous operation of the provided <see langword="System.Threading.Tasks.Task(Of Task)" />.</returns>
9595
<remarks>
9696
<format type="text/markdown"><![CDATA[

0 commit comments

Comments
 (0)