Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/FSharp.Core/tasks.fsi
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ module TaskBuilder =
/// <remarks>
/// If the task is created on a foreground thread (where <see cref="P:System.Threading.SynchronizationContext.Current"/> is non-null)
/// its body is executed on a background thread using <see cref="M:System.Threading.Tasks.Task.Run"/>.
/// 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
/// immediately on that thread.
/// </remarks>
///
Expand Down