From 97994f4bdfaf0a0d743a2564dccc0101cf6c374e Mon Sep 17 00:00:00 2001 From: Bar Arnon Date: Sat, 3 Jun 2017 00:24:29 +0300 Subject: [PATCH] Tiny typo in TaskCompletionSource xml comment (dotnet/coreclr#12066) Commit migrated from https://github.com/dotnet/coreclr/commit/0e6407b7a3b89c33bb05882f4b59c99769425fc4 --- .../src/mscorlib/src/System/Threading/Tasks/TaskCompletionSource.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/coreclr/src/mscorlib/src/System/Threading/Tasks/TaskCompletionSource.cs b/src/coreclr/src/mscorlib/src/System/Threading/Tasks/TaskCompletionSource.cs index 0c80afd..47a51a4 100644 --- a/src/coreclr/src/mscorlib/src/System/Threading/Tasks/TaskCompletionSource.cs +++ b/src/coreclr/src/mscorlib/src/System/Threading/Tasks/TaskCompletionSource.cs @@ -45,7 +45,7 @@ namespace System.Threading.Tasks /// and may be used from multiple threads concurrently. /// /// - /// The type of the result value assocatied with this The type of the result value associated with this . public class TaskCompletionSource { -- 2.7.4