Skip to content

Commit f16d449

Browse files
author
Ron Petrusha
authored
Merge pull request #1765 from jzebedee/taskcompletionsource-typo
fix spelling: assocatied -> associated
2 parents b78a297 + 906e8ca commit f16d449

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
</Base>
3030
<Interfaces />
3131
<Docs>
32-
<typeparam name="TResult">The type of the result value assocatied with this <see cref="T:System.Threading.Tasks.TaskCompletionSource`1" />.</typeparam>
32+
<typeparam name="TResult">The type of the result value associated with this <see cref="T:System.Threading.Tasks.TaskCompletionSource`1" />.</typeparam>
3333
<summary>Represents the producer side of a <see cref="T:System.Threading.Tasks.Task`1" /> unbound to a delegate, providing access to the consumer side through the <see cref="P:System.Threading.Tasks.TaskCompletionSource`1.Task" /> property.</summary>
3434
<remarks>
3535
<format type="text/markdown"><![CDATA[
@@ -695,4 +695,4 @@
695695
</Docs>
696696
</Member>
697697
</Members>
698-
</Type>
698+
</Type>

0 commit comments

Comments
 (0)