Skip to content

Commit

Permalink
corrected sentence for clarity (#2970)
Browse files Browse the repository at this point in the history
  • Loading branch information
tonydangblog committed Dec 16, 2023
1 parent 69fdd43 commit 5803c15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lessons/en/ecto/changesets.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ Some of the other built-in validators in `Ecto.Changeset` are:
+ validate_number/3
+ validate_subset/4

You can find the full list with details how to use them [here](https://hexdocs.pm/ecto/Ecto.Changeset.html#summary).
You can find the full list with details on how to use them [here](https://hexdocs.pm/ecto/Ecto.Changeset.html#summary).

### Custom validations

Expand Down

0 comments on commit 5803c15

Please sign in to comment.