Skip to content

Commit 20ff9b7

Browse files
daxianji007mairaw
andauthored
Update xml/System.Threading.Tasks/TaskFactory`1.xml
Co-Authored-By: Maira Wenzel <[email protected]>
1 parent 26ec45c commit 20ff9b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/System.Threading.Tasks/TaskFactory`1.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -596,7 +596,7 @@
596596
<Docs>
597597
<param name="tasks">The array of tasks from which to continue.</param>
598598
<param name="continuationFunction">The function delegate to execute asynchronously when all tasks in the <paramref name="tasks" /> array have completed.</param>
599-
<param name="continuationOptions">One of the enumeration values that controls the behavior of the created continuation task. The <see langword="NotOn" /> and <see langword="OnlyOn" /> values are not valid.</param>
599+
<param name="continuationOptions">One of the enumeration values that controls the behavior of the created continuation task. The <see langword="NotOn\*" /> and <see langword="OnlyOn\*" /> values are not valid.</param>
600600
<summary>Creates a continuation task that will be started upon the completion of a set of provided Tasks.</summary>
601601
<returns>The new continuation task.</returns>
602602
<remarks>

0 commit comments

Comments
 (0)