Skip to content

Commit 3729be8

Browse files
committed
Fix generation error
1 parent 563c2ab commit 3729be8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

book/doctrine.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -768,7 +768,7 @@ Relationship Mapping Metadata
768768
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
769769

770770
To relate the ``Category`` and ``Product`` entities, start by creating a
771-
``products`` property on the ``Category`` class::
771+
``products`` property on the ``Category`` class:
772772

773773
.. configuration-block::
774774

@@ -828,7 +828,7 @@ makes sense in the application for each ``Category`` to hold an array of
828828
namespace as the targetEntity.
829829

830830
Next, since each ``Product`` class can relate to exactly one ``Category``
831-
object, you'll want to add a ``$category`` property to the ``Product`` class::
831+
object, you'll want to add a ``$category`` property to the ``Product`` class:
832832

833833
.. configuration-block::
834834

0 commit comments

Comments
 (0)