Skip to content

Commit 59e909b

Browse files
committed
fix warning
Signed-off-by: Hannah Hunter <[email protected]>
1 parent b56ff49 commit 59e909b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

articles/azure-functions/durable/durable-functions-error-handling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,7 @@ If the **CreditAccount** activity fails, the orchestrator catches the exception
447447

448448
When you use `Task.WhenAll` to run multiple activity calls in parallel (fan-out/fan-in pattern) and one or more activities fail, `await` throws only the first exception. To access all failures, inspect the `Exception` property on the `Task` returned by `Task.WhenAll`.
449449

450-
<details open>
450+
<details>
451451
<summary><b>Isolated worker model</b></summary>
452452

453453
```csharp

0 commit comments

Comments
 (0)