You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/connections/functions/insert-functions.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,7 +61,7 @@ Segment invokes a separate part of the function (called a "handler") for each ev
61
61
The default source code template includes handlers for all event types. You don't need to implement all of them - just use the ones you need, and skip the ones you don't.
62
62
63
63
> info ""
64
-
> Removing the handler for a specific event type will result in the events of that type being blocked from arriving at their destination.
64
+
> Removing the handler for a specific event type results in blocking the events of that type from arriving at their destination.
65
65
66
66
Insert functions can define handlers for each message type in the [Segment spec](/docs/connections/spec/):
0 commit comments