Tiny typo in TaskCompletionSource xml comment (dotnet/coreclr#12066)
authorBar Arnon <i3arnon@gmail.com>
Fri, 2 Jun 2017 21:24:29 +0000 (00:24 +0300)
committerJan Kotas <jkotas@microsoft.com>
Fri, 2 Jun 2017 21:24:29 +0000 (14:24 -0700)
Commit migrated from https://github.com/dotnet/coreclr/commit/0e6407b7a3b89c33bb05882f4b59c99769425fc4

src/coreclr/src/mscorlib/src/System/Threading/Tasks/TaskCompletionSource.cs

index 0c80afd..47a51a4 100644 (file)
@@ -45,7 +45,7 @@ namespace System.Threading.Tasks
     /// and may be used from multiple threads concurrently.
     /// </para>
     /// </remarks>
-    /// <typeparam name="TResult">The type of the result value assocatied with this <see
+    /// <typeparam name="TResult">The type of the result value associated with this <see
     /// cref="TaskCompletionSource{TResult}"/>.</typeparam>
     public class TaskCompletionSource<TResult>
     {