Skip to content

Commit 289fe0b

Browse files
authored
Fix typo in TaskContinuationOptions.xml (#8103)
1 parent 533c27f commit 289fe0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/System.Threading.Tasks/TaskContinuationOptions.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@
343343
</ReturnValue>
344344
<MemberValue>0</MemberValue>
345345
<Docs>
346-
<summary>When no continuation options are specified, specifies that default behavior should be used when executing a continuation. The continuation runs asynchronously when the antecedent task completes, regardless of the antecedent's final <see cref="P:System.Threading.Tasks.Task.Status" /> property value. It the continuation is a child task, it is created as a detached nested task.</summary>
346+
<summary>When no continuation options are specified, specifies that default behavior should be used when executing a continuation. The continuation runs asynchronously when the antecedent task completes, regardless of the antecedent's final <see cref="P:System.Threading.Tasks.Task.Status" /> property value. If the continuation is a child task, it is created as a detached nested task.</summary>
347347
</Docs>
348348
</Member>
349349
<Member MemberName="NotOnCanceled">

0 commit comments

Comments
 (0)