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.
1 parent 89e8d88 commit c211861Copy full SHA for c211861
lib/elixir/lib/exception.ex
@@ -1997,7 +1997,7 @@ defmodule Protocol.UndefinedError do
1997
1998
@impl true
1999
def message(%{protocol: protocol, value: value, description: description}) do
2000
- "protocol #{inspect(protocol)} not implemented type " <> value_type(value) <>
+ "protocol #{inspect(protocol)} not implemented for type " <> value_type(value) <>
2001
maybe_description(description) <> maybe_available(protocol) <>
2002
"\n\nGot value: #{inspect(value, pretty: true)}"
2003
end
0 commit comments