fix task doc typo (#48332)
authorEirik Tsarpalis <eirik.tsarpalis@gmail.com>
Tue, 16 Feb 2021 16:38:03 +0000 (16:38 +0000)
committerGitHub <noreply@github.com>
Tue, 16 Feb 2021 16:38:03 +0000 (08:38 -0800)
src/libraries/System.Private.CoreLib/src/System/Threading/Tasks/Task.cs

index 73dcd6e..5006e6e 100644 (file)
@@ -6489,7 +6489,7 @@ namespace System.Threading.Tasks
         PreferFairness = 0x01,
 
         /// <summary>
-        /// Specifies that a task will be a long-running, course-grained operation.  It provides
+        /// Specifies that a task will be a long-running, coarse-grained operation.  It provides
         /// a hint to the <see cref="System.Threading.Tasks.TaskScheduler">TaskScheduler</see> that
         /// oversubscription may be warranted.
         /// </summary>