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 {