From f946fdc8998e43a5682bf3f4796b4ee10c2b9948 Mon Sep 17 00:00:00 2001 From: "feliks.pobiedzinski@swmansion.com" Date: Tue, 14 Jan 2025 12:59:37 +0100 Subject: [PATCH] grammarly --- guides/components_lifecycle.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/components_lifecycle.md b/guides/components_lifecycle.md index 4f56d3fe4..0bf5a478b 100644 --- a/guides/components_lifecycle.md +++ b/guides/components_lifecycle.md @@ -52,4 +52,4 @@ Some callbacks are not confined to specific stages of the Membrane Component lif The `handle_info/3` callback is present in all Membrane Components and `handle_call/3` in Membrane Pipelines. These can be triggered at any time while the component is alive, functioning similarly to their counterparts in `GenServer`. ## Default implementations -If you are new to Membrane and you just read about some new callbacks that are not implement in your Element or Pipeline, that was supposed to work fine - don't worry! We decided to provide default implementations for the majority of the callbacks (some exceptions are `handle_buffer/4` or `handle_demand/5`), that in general is supposed to do nothing or do the most expected operation. For more details, visit the documentation of `Membrane.Pipeline`, `Membrane.Bin` and `Membrane.Element`. \ No newline at end of file +If you are new to Membrane and you just read about some new callbacks that are not implemented in your Element or Pipeline, that was supposed to work fine - don't worry! We decided to provide default implementations for the majority of the callbacks (some of the exceptions are `handle_buffer/4` or `handle_demand/5`), which in general is to do nothing or to do the most expected operation. For more details, visit the documentation of `Membrane.Pipeline`, `Membrane.Bin` and `Membrane.Element`.