From d9806e5407b67994b7c884a93884f93249285704 Mon Sep 17 00:00:00 2001 From: Nicholas Moen Date: Wed, 6 Dec 2023 16:26:17 -0700 Subject: [PATCH] Fix small typo (#4333) --- lib/ecto/changeset.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.