1
0
mirror of synced 2024-12-14 15:16:04 +03:00

Fix missing chars in xml comment

This commit is contained in:
Benjamin Eberlei 2011-06-16 21:27:20 +02:00
parent e750b27edb
commit f6aa387e6f

View File

@ -88,7 +88,7 @@ to be designated as an entity. This can be done through the
<doctrine-mapping>
<entity name="MyPersistentClass">
<!-- ... ->
<!-- ... -->
</entity>
</doctrine-mapping>
@ -120,7 +120,7 @@ name as the class name. In order to change that, you can use the
<doctrine-mapping>
<entity name="MyPersistentClass" table="my_persistent_class">
<!-- ... ->
<!-- ... -->
</entity>
</doctrine-mapping>