Skip to content

Commit f9f6027

Browse files
ForNeVeRbaronfel
authored andcommitted
Add a missing word to the comment (#7517)
1 parent f28daf0 commit f9f6027

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/fsharp/FSharp.Core/async.fsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -415,8 +415,8 @@ namespace Microsoft.FSharp.Control
415415
static member StartImmediate:
416416
computation:Async<unit> * ?cancellationToken:CancellationToken-> unit
417417

418-
/// <summary>Runs an asynchronous computation, starting immediately on the current operating system,
419-
/// but also returns the execution as <c>System.Threading.Tasks.Task</c>
418+
/// <summary>Runs an asynchronous computation, starting immediately on the current operating system
419+
/// thread, but also returns the execution as <c>System.Threading.Tasks.Task</c>
420420
/// </summary>
421421
/// <remarks>If no cancellation token is provided then the default cancellation token is used.
422422
/// You may prefer using this method if you want to achive a similar behviour to async await in C# as

0 commit comments

Comments
 (0)