From 30b9cfce3d04bbf1389c6f207932685be547bbac Mon Sep 17 00:00:00 2001 From: "Jonathan H. Wage" Date: Tue, 25 May 2010 13:38:16 -0400 Subject: [PATCH] [DDC-540] Doc improvement --- manual/en/architecture.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manual/en/architecture.txt b/manual/en/architecture.txt index 45f10d160..7d2452fde 100644 --- a/manual/en/architecture.txt +++ b/manual/en/architecture.txt @@ -3,8 +3,8 @@ Doctrine 2. It is recommended to read this chapter carefully. ++ Entities -An entity is a lightweight persistent domain object. An entity can be any regular -php class that obeys to the following restrictions: +An entity is a lightweight, persistent domain object. An entity can be any regular +PHP class observing the following restrictions: * An entity class must not be final or contain final methods. * An entity class must not implement `__clone` or [do so safely](http://www.doctrine-project.org/documentation/cookbook/2_0/en/implementing-wakeup-or-clone).