From f791f98f470170cf7de905a72358f129734c819e Mon Sep 17 00:00:00 2001 From: Nicholas Moen Date: Wed, 6 Dec 2023 15:30:04 -0700 Subject: [PATCH] Fix small typo --- 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.