Skip to content

Commit 202fcc1

Browse files
authored
Update Task.xml (#8606)
1 parent a9e9719 commit 202fcc1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

xml/System.Threading.Tasks/Task.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6115,7 +6115,7 @@ The returned task will complete when any of the supplied tasks has completed. T
61156115
<format type="text/markdown"><![CDATA[
61166116
61176117
## Remarks
6118-
The returned task will complete when any of the supplied tasks has completed. The returned task will always end in the RanToCompletion state with its Result set to the first task to complete. This is true even if the first task to complete ended in the Canceled or Faulted state.
6118+
The returned task will complete when any of the supplied tasks has completed. The returned task will always end in the `RanToCompletion` state with its `Result` set to the first task to complete. This is true even if the first task to complete ended in the `Canceled` or `Faulted` state.
61196119
61206120
]]></format>
61216121
</remarks>
@@ -6180,7 +6180,7 @@ The returned task will complete when any of the supplied tasks has completed. T
61806180
<format type="text/markdown"><![CDATA[
61816181
61826182
## Remarks
6183-
The returned task will complete when any of the supplied tasks has completed. The returned task will always end in the RanToCompletion state with its Result set to the first task to complete. This is true even if the first task to complete ended in the Canceled or Faulted state.
6183+
The returned task will complete when any of the supplied tasks has completed. The returned task will always end in the `RanToCompletion` state with its `Result` set to the first task to complete. This is true even if the first task to complete ended in the `Canceled` or `Faulted` state.
61846184
61856185
]]></format>
61866186
</remarks>

0 commit comments

Comments
 (0)