Skip to content

Commit 001f2ab

Browse files
authored
fix broken link (#15205)
1 parent 123ca61 commit 001f2ab

File tree

1 file changed

+1
-1
lines changed
  • docs/fsharp/tutorials/asynchronous-and-concurrent-programming

1 file changed

+1
-1
lines changed

docs/fsharp/tutorials/asynchronous-and-concurrent-programming/async.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ When to use:
244244

245245
What to watch out for:
246246

247-
- Exceptions are wrapped in <xref:AggregateException> following the convention of the Task Parallel Library, and this is different from how F# async generally surfaces exceptions.
247+
- Exceptions are wrapped in <xref:System.AggregateException> following the convention of the Task Parallel Library, and this is different from how F# async generally surfaces exceptions.
248248

249249
### Async.Catch
250250

0 commit comments

Comments
 (0)