From 1230faa7cfe876ba3505eca191255a5c66e03ce3 Mon Sep 17 00:00:00 2001 From: "Andres G. Aragoneses" Date: Thu, 24 Jan 2019 12:33:23 +0800 Subject: [PATCH] async.switchtocontext-method-[fsharp].md: misplaced comma --- docs/conceptual/async.switchtocontext-method-[fsharp].md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/conceptual/async.switchtocontext-method-[fsharp].md b/docs/conceptual/async.switchtocontext-method-[fsharp].md index 81f0260c..bfd052cc 100644 --- a/docs/conceptual/async.switchtocontext-method-[fsharp].md +++ b/docs/conceptual/async.switchtocontext-method-[fsharp].md @@ -46,7 +46,7 @@ If `syncContext` is null then the asynchronous computation is equivalent to [`As ## Example -The following code example illustrates how to use `Async.SwitchToContext` to switch to the UI thread to update the UI. In this, case a progress bar that indicates the state of completion of a computation is updated. +The following code example illustrates how to use `Async.SwitchToContext` to switch to the UI thread to update the UI. In this case, a progress bar that indicates the state of completion of a computation is updated. ```fsharp open System.Windows.Forms @@ -109,4 +109,4 @@ Supported in: 2.0, 4.0, Portable [Control.Async Class (F#)](Control.Async-Class-%5BFSharp%5D.md) -[Microsoft.FSharp.Control Namespace (F#)](Microsoft.FSharp.Control-Namespace-%5BFSharp%5D.md) \ No newline at end of file +[Microsoft.FSharp.Control Namespace (F#)](Microsoft.FSharp.Control-Namespace-%5BFSharp%5D.md)