You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/fsharp/tutorials/asynchronous-and-concurrent-programming/async.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -244,7 +244,7 @@ When to use:
244
244
245
245
What to watch out for:
246
246
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.
0 commit comments