From 13d22508a877a8e8820047af95279cf820aa3a41 Mon Sep 17 00:00:00 2001 From: Gimbles Date: Sun, 10 Sep 2023 21:27:31 +0530 Subject: [PATCH] Fix typo --- src/FSharp.Core/tasks.fsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. /// ///