From 293c6f6313ccb02b0ab64d160ee8cdb3a9273f07 Mon Sep 17 00:00:00 2001 From: Stefan Blanke Date: Thu, 2 Apr 2015 23:19:26 +0200 Subject: [PATCH] Fixed misleading typo in Embeddables tutorial --- docs/en/tutorials/embeddables.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/tutorials/embeddables.rst b/docs/en/tutorials/embeddables.rst index 8dc98b99e71..60265d6d5ae 100644 --- a/docs/en/tutorials/embeddables.rst +++ b/docs/en/tutorials/embeddables.rst @@ -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_``: