summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/elixir/lib/supervisor.ex4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/elixir/lib/supervisor.ex b/lib/elixir/lib/supervisor.ex
index 5425bd80a..f51bdc4a5 100644
--- a/lib/elixir/lib/supervisor.ex
+++ b/lib/elixir/lib/supervisor.ex
@@ -815,10 +815,10 @@ defmodule Supervisor do
start: {#{inspect(module)}, :start_link, [arg1, arg2]}
}
- See the Supervisor documentation for more information.
+ See the Supervisor documentation for more information
"""
else
- "The module #{inspect(module)} was given as a child to a supervisor but it does not exist."
+ "The module #{inspect(module)} was given as a child to a supervisor but it does not exist"
end
end