From: Bar Arnon Date: Fri, 2 Jun 2017 21:24:29 +0000 (+0300) Subject: Tiny typo in TaskCompletionSource xml comment (dotnet/coreclr#12066) X-Git-Tag: submit/tizen/20210909.063632~11030^2~6925^2~561 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=97994f4bdfaf0a0d743a2564dccc0101cf6c374e;p=platform%2Fupstream%2Fdotnet%2Fruntime.git Tiny typo in TaskCompletionSource xml comment (dotnet/coreclr#12066) Commit migrated from https://github.com/dotnet/coreclr/commit/0e6407b7a3b89c33bb05882f4b59c99769425fc4 --- 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 {