Skip to content
This repository was archived by the owner on Nov 26, 2024. It is now read-only.
Open
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
4 changes: 2 additions & 2 deletions docs/conceptual/async.switchtocontext-method-[fsharp].md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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)
[Microsoft.FSharp.Control Namespace (F#)](Microsoft.FSharp.Control-Namespace-%5BFSharp%5D.md)