Skip to content

Commit 929b298

Browse files
Fix: MyEventType has an additional curly brace at the end
1 parent 3a0d8c1 commit 929b298

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-functions/functions-bindings-event-grid-trigger.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ The type of the input parameter used with an Event Grid trigger depends on these
4444

4545
When running your C# function in an isolated worker process, you need to define a custom type for event properties. The following example defines a `MyEventType` class.
4646

47-
:::code language="csharp" source="~/azure-functions-dotnet-worker/samples/Extensions/EventGrid/EventGridFunction.cs" range="35-49":::
47+
:::code language="csharp" source="~/azure-functions-dotnet-worker/samples/Extensions/EventGrid/EventGridFunction.cs" range="35-48":::
4848

4949
The following example shows how the custom type is used in both the trigger and an Event Grid output binding:
5050

0 commit comments

Comments
 (0)