We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17c439e commit 1f37bd6Copy full SHA for 1f37bd6
src/FSharp.Core/tasks.fsi
@@ -163,7 +163,7 @@ module TaskBuilder =
163
/// <remarks>
164
/// If the task is created on a foreground thread (where <see cref="P:System.Threading.SynchronizationContext.Current"/> is non-null)
165
/// its body is executed on a background thread using <see cref="M:System.Threading.Tasks.Task.Run"/>.
166
- /// If created on a background thread (where <see cref="P:System.Threading.SynchronizationContext.Current"/> is null) it is executed immeidately
+ /// If created on a background thread (where <see cref="P:System.Threading.SynchronizationContext.Current"/> is null) it is executed
167
/// immediately on that thread.
168
/// </remarks>
169
///
0 commit comments