From 32a05782b5e75720389856a033a16961443daec2 Mon Sep 17 00:00:00 2001 From: Maira Wenzel Date: Tue, 15 Oct 2019 17:18:12 -0700 Subject: [PATCH] fix broken link --- .../tutorials/asynchronous-and-concurrent-programming/async.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/fsharp/tutorials/asynchronous-and-concurrent-programming/async.md b/docs/fsharp/tutorials/asynchronous-and-concurrent-programming/async.md index 068800282ff51..b519019160823 100644 --- a/docs/fsharp/tutorials/asynchronous-and-concurrent-programming/async.md +++ b/docs/fsharp/tutorials/asynchronous-and-concurrent-programming/async.md @@ -244,7 +244,7 @@ When to use: What to watch out for: -- Exceptions are wrapped in following the convention of the Task Parallel Library, and this is different from how F# async generally surfaces exceptions. +- Exceptions are wrapped in following the convention of the Task Parallel Library, and this is different from how F# async generally surfaces exceptions. ### Async.Catch