Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6b94dc6

Browse files
committed
Merge branch 'hotfix/doctrine#1360-docs-fix-misleading-embeddable-documentation-prefix'
2 parents f495dfc + 293c6f6 commit 6b94dc6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/en/tutorials/embeddables.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ Following the example above, your columns would be named as ``address_street``,
8686
``address_postalCode``...
8787

8888
You can change this behaviour to meet your needs by changing the
89-
``columnPrefix`` attribute in the ``@Embeddable`` notation.
89+
``columnPrefix`` attribute in the ``@Embedded`` notation.
9090

9191
The following example shows you how to set your prefix to ``myPrefix_``:
9292

0 commit comments

Comments
 (0)