Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerWitt committed Jan 10, 2025
1 parent 6fb20f8 commit b5d02c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ecto/json.ex
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ if Code.ensure_loaded?(JSON.Encoder) do
defmodule #{inspect(owner)} do
# ...
@derive {Jason.Encoder, only: [:name, :title, ...]}
@derive {JSON.Encoder, only: [:name, :title, ...]}
schema ... do
You can also use the :except option instead of :only if you would \
Expand Down

0 comments on commit b5d02c4

Please sign in to comment.