Skip to content

Commit

Permalink
Fix small typo (#4333)
Browse files Browse the repository at this point in the history
  • Loading branch information
arcanemachine authored Dec 6, 2023
1 parent dbb7b1b commit d9806e5
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 @@ -2138,7 +2138,7 @@ defmodule Ecto.Changeset do
If the change is already present, it is overridden with
the new value. If the value is later modified via
`put_change/3` and `update_change/3`, revering back to
`put_change/3` and `update_change/3`, reverting back to
its original value, the change will be reverted unless
`force_change/3` is called once again.
Expand Down

0 comments on commit d9806e5

Please sign in to comment.