Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
v0idpwn committed Jan 10, 2025
1 parent 2820ecc commit 2489625
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/protobuf/json/decode_error.ex
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,8 @@ defmodule Protobuf.JSON.DecodeError do

def new({:unexpected_sequence, position, sequence}) do
%__MODULE__{
message: "Invalid byte at position #{inspect(position)}, sequence: #{inspect(sequence)}"
message:
"Unexpected sequence at position #{inspect(position)}, sequence: #{inspect(sequence)}"
}
end
end

0 comments on commit 2489625

Please sign in to comment.