Skip to content

Commit

Permalink
Update encoder.ex
Browse files Browse the repository at this point in the history
  • Loading branch information
lytedev authored Aug 17, 2023
1 parent aa98ac9 commit d7c951f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/encoder.ex
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ defprotocol Jsonrs.Encoder do
Protocol controlling how a value is encoded to JSON.
By default, structs are encoded as maps without the `:__struct__` key. If this
is sufficient for you use, you don't need to implement this protocol.
is sufficient for your use, you don't need to implement this protocol.
When implementing an encoding function, the goal is to turn your value into
something already capable of being encoded.
Expand Down

0 comments on commit d7c951f

Please sign in to comment.