diff --git a/src/libraries/System.Private.CoreLib/src/System/Threading/Tasks/Task.cs b/src/libraries/System.Private.CoreLib/src/System/Threading/Tasks/Task.cs index 18a7b33f656795..53f0aebf2db204 100644 --- a/src/libraries/System.Private.CoreLib/src/System/Threading/Tasks/Task.cs +++ b/src/libraries/System.Private.CoreLib/src/System/Threading/Tasks/Task.cs @@ -5480,7 +5480,8 @@ public static Task Run(Func?> function, Cancella /// The is less than -1 or greater than the maximum allowed timer duration. /// /// - /// The provided has already been disposed. + /// The associated + /// with has already been disposed. /// /// /// If the cancellation token is signaled before the specified time delay, then the Task is completed in @@ -5513,7 +5514,8 @@ public static Task Delay(TimeSpan delay, CancellationToken cancellationToken) => /// The is less than -1. /// /// - /// The provided has already been disposed. + /// The associated + /// with has already been disposed. /// /// /// If the cancellation token is signaled before the specified time delay, then the Task is completed in