1
0
mirror of synced 2025-02-20 22:23:14 +03:00

Merge pull request #777 from Blazinn/patch-2

Fixed typo in mapping documentation
This commit is contained in:
Guilherme Blanco 2013-09-05 06:43:28 -07:00
commit 0a07207f59

View File

@ -66,7 +66,7 @@ annotations for supplying object-relational mapping metadata.
Persistent classes
------------------
Every PHP Classthat you want to save in the database using Doctrine
Every PHP Class that you want to save in the database using Doctrine
need to be configured as "Entity".
.. configuration-block::