1
0
Fork 0
mirror of synced 2025-04-04 13:53:36 +03:00

Fixed misleading typo in Embeddables tutorial

This commit is contained in:
Stefan Blanke 2015-04-02 23:19:26 +02:00
parent f495dfcc9c
commit 293c6f6313

View file

@ -86,7 +86,7 @@ Following the example above, your columns would be named as ``address_street``,
``address_postalCode``...
You can change this behaviour to meet your needs by changing the
``columnPrefix`` attribute in the ``@Embeddable`` notation.
``columnPrefix`` attribute in the ``@Embedded`` notation.
The following example shows you how to set your prefix to ``myPrefix_``: