From f23d0ee911b07884e056023443f5a7b670cb7e06 Mon Sep 17 00:00:00 2001 From: Yurii Date: Sun, 18 Jan 2026 18:26:44 +0200 Subject: [PATCH] fix doc --- application/Espo/ORM/BaseEntity.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/Espo/ORM/BaseEntity.php b/application/Espo/ORM/BaseEntity.php index b681b97da6..991b58adeb 100644 --- a/application/Espo/ORM/BaseEntity.php +++ b/application/Espo/ORM/BaseEntity.php @@ -818,7 +818,7 @@ class BaseEntity implements Entity } /** - * Whether an attribute was written (since syncing with DB) regardless being changed. + * Whether an attribute was written (since syncing with DB) regardless of being changed. */ public function isAttributeWritten(string $name): bool {