Skip to content

Commit a0b4582

Browse files
authored
Update src/connections/functions/insert-functions.md
1 parent 002de60 commit a0b4582

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/connections/functions/insert-functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Segment invokes a separate part of the function (called a "handler") for each ev
6161
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.
6262

6363
> 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.
6565
6666
Insert functions can define handlers for each message type in the [Segment spec](/docs/connections/spec/):
6767

0 commit comments

Comments
 (0)