Skip to content

Commit

Permalink
Update lib/protobuf/text.ex
Browse files Browse the repository at this point in the history
Co-authored-by: Andrea Leopardi <[email protected]>
  • Loading branch information
v0idpwn and whatyouhide authored Jan 22, 2025
1 parent 9016ef5 commit dcc90cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/protobuf/text.ex
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ defmodule Protobuf.Text do
[]

_ ->
raise "Invalid value for oneof `#{inspect(name)}`: #{inspect(value)}"
raise "invalid value for oneof `#{inspect(name)}`: #{inspect(value)}"
end
else
raise "unknown field #{inspect(name)}"
Expand Down

0 comments on commit dcc90cb

Please sign in to comment.