Skip to content

Commit bf471df

Browse files
committed
Fix typo in SKILL.md
1 parent 27a6edd commit bf471df

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

skills/membrane-framework/SKILL.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ description: Work with the Membrane multimedia streaming framework in Elixir. Us
2323
- **Linking children** - linked children pads accepted formats must have non-empty intersections
2424
- **Debugging** — check pad `accepted_format` compatibility
2525
- **Callback context** — every callback receives `ctx`; key fields: `ctx.children`, `ctx.pads`, `ctx.playback`; crash callbacks also have `ctx.crash_initiator`, `ctx.exit_reason`, `ctx.group_name`; see [Pipeline.CallbackContext](https://hexdocs.pm/membrane_core/Membrane.Pipeline.CallbackContext.md), [Bin.CallbackContext](https://hexdocs.pm/membrane_core/Membrane.Bin.CallbackContext.md), [Element.CallbackContext](https://hexdocs.pm/membrane_core/Membrane.Element.CallbackContext.md)
26-
27-
- **Logging** — use `Membrane.Logger` instead of `Logger` in Membrane components; it prepends component context to log messages. Requires `import Membrane.Logger` in the module before calling any logging functions.
26+
- **Logging** — utilize `Membrane.Logger` instead of `Logger` in Membrane components; it prepends component path and name to log messages. Requires `require Membrane.Logger` in the module before calling any logging functions.
2827
- **Never modify code in `deps/`**
2928
- **Use `mix hex.info <plugin name>` when you need to check the newest version of a plugin**
3029
- **Search for appropriate plugins in `README.md`, in `all-packages` section**

0 commit comments

Comments
 (0)