Skip to content

Commit c0f94e7

Browse files
committed
Remove C# specific reference
1 parent 647afd1 commit c0f94e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-functions/durable/durable-functions-task-hubs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ The task hub name will be set to the value of the `MyTaskHub` app setting. The f
9191
}
9292
```
9393

94-
The following code is a precompiled C# example of how to write a function that uses the [orchestration client binding](durable-functions-bindings.md#orchestration-client) to work with a task hub that is configured as an App Setting:
94+
The following code demonstrates how to write a function that uses the [orchestration client binding](durable-functions-bindings.md#orchestration-client) to work with a task hub that is configured as an App Setting:
9595

9696
# [C#](#tab/csharp)
9797

0 commit comments

Comments
 (0)