Skip to content

Commit dcc90cb

Browse files
v0idpwnwhatyouhide
andauthored
Update lib/protobuf/text.ex
Co-authored-by: Andrea Leopardi <[email protected]>
1 parent 9016ef5 commit dcc90cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/protobuf/text.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ defmodule Protobuf.Text do
9595
[]
9696

9797
_ ->
98-
raise "Invalid value for oneof `#{inspect(name)}`: #{inspect(value)}"
98+
raise "invalid value for oneof `#{inspect(name)}`: #{inspect(value)}"
9999
end
100100
else
101101
raise "unknown field #{inspect(name)}"

0 commit comments

Comments
 (0)