From 93e467af79aaf20d78ead627c75ef2ed2c7707df Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Tue, 22 Mar 2022 10:45:40 +0200 Subject: [PATCH] fix typo --- application/Espo/ORM/Entity.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/Espo/ORM/Entity.php b/application/Espo/ORM/Entity.php index 5e3fecbd11..6c83a44e73 100644 --- a/application/Espo/ORM/Entity.php +++ b/application/Espo/ORM/Entity.php @@ -195,7 +195,7 @@ interface Entity public function setAsNotNew(): void; /** - * Copy all current values to fetched values. All current attribute values will beset as those + * Copy all current values to fetched values. All current attribute values will be set as those * that are fetched from DB. */ public function updateFetchedValues(): void;