Skip to content

Commit cb94712

Browse files
authored
remove dot
1 parent 2fb7072 commit cb94712

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-functions/durable/durable-functions-dotnet-isolated-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ This table isn't an exhaustive list of changes.
160160
| `IDurableEntityContext.SignalEntity` | `TaskEntityContext.SignalEntity` |
161161
| `IDurableEntityContext.StartNewOrchestration` | `TaskEntityContext.ScheduleNewOrchestration` |
162162
| `IDurableEntityContext.DispatchAsync` | `TaskEntityDispatcher.DispatchAsync`. Constructor params removed. |
163-
| `IDurableOrchestrationClient.GetStatusAsync` | `DurableTaskClient.GetInstanceAsync`. |
163+
| `IDurableOrchestrationClient.GetStatusAsync` | `DurableTaskClient.GetInstanceAsync` |
164164

165165
#### Behavioral changes
166166

0 commit comments

Comments
 (0)