1
0
mirror of synced 2025-01-19 15:01:40 +03:00

DDC-539 - Fix typo

This commit is contained in:
Benjamin Eberlei 2010-04-26 21:54:10 +02:00
parent 605ee881c5
commit 6d34b91425

View File

@ -2,7 +2,7 @@ Doctrine 2 is a project that aims to handle the persistence of the domain model
The Data Mapper pattern is at the heart of this project, aiming for a complete separation of the domain/business logic The Data Mapper pattern is at the heart of this project, aiming for a complete separation of the domain/business logic
from the persistence in a relational database management system. The benefit of Doctrine for the programmer is the from the persistence in a relational database management system. The benefit of Doctrine for the programmer is the
possibility can focus soley on the business and worry about persistence only as a secondary task. This doesn't mean possibility can focus soley on the business and worry about persistence only as a secondary task. This doesn't mean
persistence is not important to Doctrine 2, however it is our believe that there are considerable benefits for object-oriented persistence is not important to Doctrine 2, however it is our belief that there are considerable benefits for object-oriented
programming, if persistence and entities are kept perfectly seperated. programming, if persistence and entities are kept perfectly seperated.
## What are Entities? ## What are Entities?