Skip to content

Commit 2fdabe9

Browse files
Sour-Codesgewarren
andauthored
Update Task.xml (#9529)
Corrected XML Documentation Comments. Co-authored-by: Genevieve Warren <[email protected]>
1 parent dbcccbe commit 2fdabe9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/System.Threading.Tasks/Task.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -471,7 +471,7 @@
471471
<param name="action">The delegate that represents the code to execute in the task.</param>
472472
<param name="state">An object representing data to be used by the action.</param>
473473
<param name="cancellationToken">The <see cref="P:System.Threading.Tasks.TaskFactory.CancellationToken" /> that the new task will observe.</param>
474-
<summary>Initializes a new <see cref="T:System.Threading.Tasks.Task" /> with the specified action, state, and options.</summary>
474+
<summary>Initializes a new <see cref="T:System.Threading.Tasks.Task" /> with the specified action, state, and <see cref="T:System.Threading.CancellationToken" />.</summary>
475475
<remarks>
476476
<format type="text/markdown"><![CDATA[
477477

0 commit comments

Comments
 (0)