Skip to content

Commit fd5cbd2

Browse files
committed
Markdown rendering fix
1 parent 49aed8c commit fd5cbd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/elixir/lib/supervisor/behaviour.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ defmodule Supervisor.Behaviour do
107107
108108
* `:modules` - it should be a list with one element `[module]`,
109109
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
110+
child process is a supervisor, `gen_server` or `gen_fsm`. If the
111111
child process is a gen_event, modules should be `:dynamic`.
112112
Defaults to a list with the given module;
113113

0 commit comments

Comments
 (0)