Skip to content

Commit b6b7284

Browse files
authored
fix line
1 parent 41d1fd6 commit b6b7284

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ When running your C# function in an isolated worker process, you need to define
4848

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

51-
:::code language="csharp" source="~/azure-functions-dotnet-worker/samples/Extensions/EventGrid/EventGridFunction.cs" range="11-30":::
51+
:::code language="csharp" source="~/azure-functions-dotnet-worker/samples/Extensions/EventGrid/EventGridFunction.cs" range="11-29":::
5252

5353
# [In-process model](#tab/in-process)
5454

0 commit comments

Comments
 (0)