Skip to content

Commit 31893e7

Browse files
Update articles/azure-functions/dotnet-isolated-process-guide.md
Co-authored-by: Matthew Henderson <[email protected]>
1 parent c3779a2 commit 31893e7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

articles/azure-functions/dotnet-isolated-process-guide.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -581,8 +581,7 @@ If you do not want pre-cancelled invocations to be sent to the worker, you can a
581581
>
582582
> `Cancellation has been requested. The invocation request with id '{invocationId}' is canceled and will not be sent to the worker`
583583
>
584-
> This occurs when the cancellation token is cancelled (as a result of one of the events described above) _before_ the host has sent an incoming invocation
585-
> request to the worker.
584+
> This occurs when the cancellation token is cancelled (as a result of one of the events described above) _before_ the host has sent an incoming invocation request to the worker.
586585
587586
## Bindings
588587

0 commit comments

Comments
 (0)