Skip to content

Commit 3e67685

Browse files
Update 03_Source.md (#97)
Fix typo
1 parent 8a85b44 commit 3e67685

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

basic_pipeline/03_Source.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ defmodule Basic.Elements.Source do
114114
end
115115
```
116116

117-
When the setup is complete, the element goes into `:playing` state. It can then demand buffers from previous elements and send its `:stream_format` to subsequent elements. Since we are implementing a sink we do not have any previous element to demand from, but we can specify the format. We can do this, for example, in `handle_playing/2`:
117+
When the setup is complete, the element goes into `:playing` state. It can then demand buffers from previous elements and send its `:stream_format` to subsequent elements. Since we are implementing a source we do not have any previous element to demand from, but we can specify the format. We can do this, for example, in `handle_playing/2`:
118118

119119
**_`lib/elements/source.ex`_**
120120

0 commit comments

Comments
 (0)