1
0
mirror of synced 2025-01-18 22:41:43 +03:00

Merge pull request #48 from cordoval/patch-1

two typos fixed
This commit is contained in:
Guilherme Blanco 2011-10-25 13:11:20 -07:00
commit de75ea88b6

View File

@ -364,8 +364,8 @@ or an engineer is assigned to the bug, we don't want to update the
User to persist the reference, but the Bug. This is the case with
the Bug being at the owning side of the relation.
Bugs reference Products by a uni-directional ManyToMany relation in
the database that points from from Bugs to Products.
Bugs reference Products by an uni-directional ManyToMany relation in
the database that points from Bugs to Products.
.. code-block:: php