Skip to content

Commit 151caab

Browse files
committed
Remove dot from error messages
1 parent 48e2efd commit 151caab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/elixir/lib/supervisor.ex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -815,10 +815,10 @@ defmodule Supervisor do
815815
start: {#{inspect(module)}, :start_link, [arg1, arg2]}
816816
}
817817
818-
See the Supervisor documentation for more information.
818+
See the Supervisor documentation for more information
819819
"""
820820
else
821-
"The module #{inspect(module)} was given as a child to a supervisor but it does not exist."
821+
"The module #{inspect(module)} was given as a child to a supervisor but it does not exist"
822822
end
823823
end
824824

0 commit comments

Comments
 (0)