Skip to content

Commit a61282d

Browse files
Update agent-framework/workflows/edges.md
Co-authored-by: Jacob Alber <jacob.alber@microsoft.com>
1 parent 1a8e26f commit a61282d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

agent-framework/workflows/edges.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Collect messages from multiple sources into a single target:
6868
::: zone pivot="programming-language-csharp"
6969

7070
```csharp
71-
builder.AddFanInBarrierEdge(sources: new[] { worker1, worker2, worker3 }, target: aggregatorExecutor);
71+
builder.AddFanInBarrierEdge(sources: [ worker1, worker2, worker3 ], target: aggregatorExecutor);
7272
```
7373

7474
::: zone-end

0 commit comments

Comments
 (0)