Skip to content

Commit

Permalink
formatting changes after Generating docs...
Browse files Browse the repository at this point in the history
View "html" docs at "doc/index.html"
  • Loading branch information
bradhanks committed Feb 7, 2024
1 parent e679808 commit 387331e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/membrane/pipeline.ex
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ defmodule Membrane.Pipeline do
### Starting under a supervision tree
A pipeline can be spawned under a supervision tree like any other `GenServer`. `use Membrane.Pipeline` injects a `child_spec/1` function.
A simple scenario could look like this:
A pipeline can be spawned under a supervision tree like any other `GenServer`.\\
`use Membrane.Pipeline` injects a `child_spec/1` function. A simple scenario could look like this:
defmodule MyPipeline do
use Membrane.Pipeline
Expand Down

0 comments on commit 387331e

Please sign in to comment.