Skip to content

Commit 447d221

Browse files
author
José Valim
committed
Merge pull request #1668 from elia/doc-fix
Markdown rendering fix
2 parents 49aed8c + fd5cbd2 commit 447d221

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)