Skip to content

Commit

Permalink
Fix typo in Changeset docs(#4393)
Browse files Browse the repository at this point in the history
Add a missing comma
  • Loading branch information
tzugen authored Mar 21, 2024
1 parent eca9e13 commit ffaf69a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ecto/changeset.ex
Original file line number Diff line number Diff line change
Expand Up @@ -1077,7 +1077,7 @@ defmodule Ecto.Changeset do
of `cast_assoc/3`. This opens up the possibility to work on a subset of the data,
instead of all associations in the database.
Taking the initial example of users having addresses imagine those addresses
Taking the initial example of users having addresses, imagine those addresses
are set up to belong to a country. If you want to allow users to bulk edit all
addresses that belong to a single country, you can do so by changing the preload
query:
Expand Down

0 comments on commit ffaf69a

Please sign in to comment.