Skip to content

Commit 09bd916

Browse files
davidsulcwhatyouhide
authored andcommitted
Fix a reference in the docs for auto-linking (#216)
[ci skip]
1 parent 355e9d6 commit 09bd916

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/consumer_supervisor.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ defmodule ConsumerSupervisor do
77
to the arguments in the child specification.
88
99
A `ConsumerSupervisor` can be attached to a producer by returning
10-
`:subscribe_to` from `init/1` or explicitly with `GenStage.sync_subscribe/3`
10+
`:subscribe_to` from `c:init/1` or explicitly with `GenStage.sync_subscribe/3`
1111
and `GenStage.async_subscribe/2`.
1212
1313
Once subscribed, the supervisor will ask the producer for `:max_demand` events

0 commit comments

Comments
 (0)