diff --git a/lib/ecto/changeset.ex b/lib/ecto/changeset.ex index 3bea3f1355..d9a2556962 100644 --- a/lib/ecto/changeset.ex +++ b/lib/ecto/changeset.ex @@ -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.