We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 49aed8c + fd5cbd2 commit 447d221Copy full SHA for 447d221
lib/elixir/lib/supervisor/behaviour.ex
@@ -107,7 +107,7 @@ defmodule Supervisor.Behaviour do
107
108
* `:modules` - it should be a list with one element `[module]`,
109
where module is the name of the callback module only if the
110
- child process is a supervisor, gen_server or gen_fsm. If the
+ child process is a supervisor, `gen_server` or `gen_fsm`. If the
111
child process is a gen_event, modules should be `:dynamic`.
112
Defaults to a list with the given module;
113
0 commit comments