diff --git a/src/FSharp.Core/tasks.fsi b/src/FSharp.Core/tasks.fsi index 665041067db..087066d7dea 100644 --- a/src/FSharp.Core/tasks.fsi +++ b/src/FSharp.Core/tasks.fsi @@ -163,7 +163,7 @@ module TaskBuilder = /// /// If the task is created on a foreground thread (where is non-null) /// its body is executed on a background thread using . - /// If created on a background thread (where is null) it is executed immeidately + /// If created on a background thread (where is null) it is executed /// immediately on that thread. /// ///